Update README.md

This commit is contained in:
Stéphane Bruckert 2024-05-31 08:10:05 +01:00 committed by GitHub
parent eee7ae7d0d
commit 9a8b8a7f02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,10 +18,6 @@
Spotipy supports all of the features of the Spotify Web API including access to all end points, and support for user authorization. For details on the capabilities you are encouraged to review the [Spotify Web API](https://developer.spotify.com/web-api/) documentation.
## Documentation
Spotipy's [full documentation is online](http://spotipy.readthedocs.org/). Some function may need a [specific scope](https://developer.spotify.com/documentation/web-api/concepts/scopes). If you do not define the scope properly `ERROR 401 Unauthorized, permission missing` may occur.
## Installation
```bash