Skip to content

Generate your own history playlist from your recently played tracks. Spotify API + Last.fm API

Notifications You must be signed in to change notification settings

Ravingrabb/spotiboi

Repository files navigation

SpotiBoi

  1. Install all requirements
pip install -r requirements.txt
  1. In root directory create ".env" file Add lines and change values with your Spotify API data:
export SPOTIPY_CLIENT_ID='YOUR_API_HERE'
export SPOTIPY_CLIENT_SECRET='YOUR_SECRET_HERE'
export SPOTIPY_REDIRECT_URI='YOUR_REDIRECT_URL_HERE'
export LASTFM_API_KEY = "YOUR_LASTFM_API"
export LASTFM_API_SECRET = "YOUR_LASTFM_SECRET"
  1. Create new database in bash
&& python
>> from start_settings import db
>> db.create_all()

About

Generate your own history playlist from your recently played tracks. Spotify API + Last.fm API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published