Skip to content

Python code using the Spotify API and Other Libraries to get access to and display the songs within your Playlist

License

Notifications You must be signed in to change notification settings

benjysboxers/SpotifyA0uth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotifyA0uth

Python code using the Spotify API and Other Libraries to get access to and display the songs within your Playlist

How It Works: Create a Spotify/Sign into already existing Spotify Account

Go On The Spotify Developer Portal, this is how you interact with the Spotify API mostly And you Should see these two things below:

image

ClientID - is your Spotify User ID, that is how Spotify Authenticates User Access

ClientSecret - this is basically like a password for your authentication essentially the applications own password, do not share this

Once you get the clientID and ClientSecret place it in another python file I named mine "secrets.py", then refrence it within the main script by importing clientSecret and clientID from that named file

image

You can also read up on the SpotifyAPI and play around with it if you want or are Interested in learning about the Spotify API here:

https://developer.spotify.com/documentation/web-api/

Run the code and watch it do its magic.

Side note: You can only run your own saved playlist and not other people's playlist like you friends for example. This Code was forked from a repo with my own implementations here and there feel free to use and mess around with it as you wish.

If anything is unclear feel free to reach out to me on discord for clarification.

About

Python code using the Spotify API and Other Libraries to get access to and display the songs within your Playlist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages