Add zeroconf method

This commit is contained in:
kokarare1212 2021-09-14 21:09:11 +09:00
parent 6382c13fd0
commit b0a412aba1
No known key found for this signature in database
GPG Key ID: 9FB32C7C7D874F7A
1 changed files with 8 additions and 0 deletions

View File

@ -47,6 +47,14 @@ pip install git+https://github.com/kokarare1212/librespot-python
## Usage
### Use Zeroconf for Login
```python
from librespot.zeroconf import ZeroconfServer
zeroconf = ZeroconfServer.Builder().create()
```
### Get Spotify's OAuth token
```python