Skip to content

vanitysys28/juno-playlist-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 

Repository files navigation

Junodownload Playlist Creator

junodownload is a great website for finding new releases for different electronic music genres.
Many songs found there can also be found on Spotify.

This tool is gathering all releases in the previous 8 weeks, and adding them automatically in a specified Spotify playlist.

Requirements

http://localhost:8888/callback
  • .env file containing following variables :
CLIENT_ID:
CLIENT_SECRET:
PLAYLIST_ID:

Spotify API Limitations

The Spotify client is notifying whenever we attempt to add a song already in a playlist.
The API isn't currently offering any direct mean to check for possible duplicates.

For this reason, the script needs to keep log of all previously scraped songs, and check all past logs for duplicates. This is done to prevent adding the same song multiple times to a playlist.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages