Skip to content

Create a top 40 playlist of given artist based on RateYourMusic ratings

Notifications You must be signed in to change notification settings

LLinoor/RYMTopSongsPlaylist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

RYMTopSongsPlaylist

Create a top 40 playlist of given artist based on RateYourMusic ratings

Usage :

  • You need to input the artist's RYM URL
  • The script will ask you if the detected name is correct (to prevent search issues)
  • You'll need to connect to your Spotify account if it's not already the case
  • The playlist is created

example of usage of script

Installation :

You can either download the code or one of the releases that already contains the ChromeDriver (up to date as of 15 September 2024) for Selenium usage.

If you choose to download the code then download the chromedriver that match your OS and CPU architecture and specify the PATH of chromedriver in main.py

Spotify API :

You'll need to register a new app in order to use Spotify's API. Go to this link, then choose a app name and a app description.

For Redirect URIs, enter http://localhost:4356 and select Web API.

example of creating spotify app

Enter the new creds in main.py.

About

Create a top 40 playlist of given artist based on RateYourMusic ratings

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages