initialization

This commit is contained in:
Xevion
2019-10-27 13:34:19 -05:00
commit ce4f4eaf91
3 changed files with 38 additions and 0 deletions

9
auth.py Normal file
View File

@@ -0,0 +1,9 @@
username = "xevioni"
client_id = "20cc828edc7140d88e1c8b0c08ed1672"
client_secret = "519fb97148a14952859ca3454b886cf9"
redirect_uri = "http://localhost:8888/callback"
scope = ' '.join([
'user-library-read',
'user-read-recently-played',
'user-top-read'
])