Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 411 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 411 Bytes

Help

Use playlist_from_top_tracks.py to create a playlist from your Last.FM top tracks.

Config.py Schema

lfmkey = "LASTFM_API_KEY"

spId = "SPOTIFY_CLIENT_ID"
spSecret = "SPOTIFY_CLIENT_SECRET"

lastFmUser = "YOUR_LAST_FM_USERNAME"

spotifyCredsFile = "spotifyCreds.json" # does not need to be changed unless you would like to store your credentials someplace else. (stored in plain text, sorry)