mirror of
https://github.com/KevinMidboe/Spotify-Bot.git
synced 2025-10-29 18:00:15 +00:00
9 lines
353 B
Python
9 lines
353 B
Python
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'
|