Skip to content

oz9un/Spotify-API-Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify API Apps 🎷🎶 🎼

This repository consists of many strange codes that make you think why the hell this guy doing this.

Well... I got some reasons:

  1. Spotify has a great API documentation, but sometimes it can be very confusing.
  2. I got some free time and wanted to monkey about it.
  3. Most importantly, I love GitHub Actions. This repository will be used in one of my GitHub Actions project (will share).

Add your favorite song to your favorite playlist!

Wait...you are a bored overengineer and want to add your favorite music to your favorite playlist for hundreds of years, right?

Now you can do that with addSong tool!

What does that code do?

  • Firstly, it creates a freshie OAuth token (using parameters: refresh token, client id, client secret...).
  • Then finds your favorite song's track id (using parameters: song, artist).
  • Lastly, adds that songs to your playlist! (using parameters: playlist).

About

This repository represents my efforts for Python implementation of Spotify's authorization flow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages