Added config-skeleton

This commit is contained in:
Adrian
2018-03-30 17:27:01 +02:00
parent ac88e794e1
commit 0f00cb0dc0

7
config.py Normal file
View File

@@ -0,0 +1,7 @@
import os
username = 'your-username'
clientID = 'your-client-ID'
clientSecret = 'your-client-secret'
redirectUri = 'your-redirect-uri
playlistID = 'your-playlist-ID'