Skip to content

karenmeep/listentothis_onspotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

listentothis_onspotify

Turns listentothis subreddit's top from month to a Spotify playlist

Quick start

  1. Create an application at https://developer.spotify.com
  2. Get your client id and client secret key, setup a dummy redirect url (eg. 'http://localhost')
  3. Setup your environment:
export SPOTIPY_CLIENT_ID='your_client_id'
export SPOTIPY_CLIENT_SECRET='your_client_secret'
export SPOTIPY_REDIRECT_URI='your_redirect_url'
  1. Install script dependencies

pip install -r requirements.txt

  1. Run the script using your Spotify username

$ python main.py --username your_username

About

Generates a Spotify playlist from /r/listentothis's top monthly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages