🎷
🎶
🎼
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:
- Spotify has a great API documentation, but sometimes it can be very confusing.
- I got some free time and wanted to monkey about it.
- 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).