Spotify User Token Generator Template
Quick Start
$ pip3 install -r requirements.txt
$ python3 src/main -i <Your app ID> -s <Your app secret> -sc <Scopes you need> -p <OPTIONAL HTTP serverp port>
How to get id and secret
- Go to
https://developer.spotify.com/dashboard/
and clickLOG IN
. - After login click
CREATE AN APP
in dashboard. You can give any name you want to your app. - And your id and secret will appear on the right of the screen.
- DO NOT FORGET ADD REDIRECT URI IN EDIT SETTINGS (
http://localhost:
)(Default: 3000)