Can now add songs to playlist, with any spotify URL, from desktop app or browser. Need to wait for facebook to start working on the chat-bot

This commit is contained in:
Adrian
2018-03-30 13:11:00 +02:00
parent 001caf5e78
commit 86fea244dd
4 changed files with 26 additions and 51 deletions

8
config.py Normal file
View File

@@ -0,0 +1,8 @@
import os
username = 'ribe1912'
clientID = '9f8caa1d3bb44187854c5282f94f83b2'
#damn os-function doesn't work
clientSecret = os.environ.get('client_secret')
clientSecret = 'fa0dd2c91ca045dbb53e158e49f1aa3d'
redirectUri = 'https://blooming-refuge-48604.herokuapp.com/'
playlistID = 'https://open.spotify.com/user/ribe1912/playlist/0mTtRpipjSnsq3Rgd12CQu'