mirror of
				https://github.com/KevinMidboe/Spotify-Bot.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			167 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			167 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import os
 | |
| 
 | |
| username = 'your-username'
 | |
| clientID = 'your-client-ID'
 | |
| clientSecret = 'your-client-secret'
 | |
| redirectUri = 'your-redirect-uri
 | |
| playlistID = 'your-playlist-ID'
 |