Syncing liked tracks from KEXP app into a Spotify playlist
It kind of works? Super messy because I haven't written Python in a very long time.
- Export favorite tracks in KEXP app (Share menu), place in script directory
- Edit sync.py with desired playlist ID
- Set client id / client secret / redirect URL environment variables
- run script using given "KexpSavedTracks.html" file
- Check KEXP playlist + errors.txt to manually add missed tracks
Create KEXP playlist if it doesn't already exist (Alternatively, create a new one with current date)Find KEXP playlist, stop hardcoding in the playlist IDkind of implemented- Either check for existing tracks and only add new ones, or delete existing tracks to prevent duplicates
Output out failed track additions with error code to diagnoseerrors.txt will contain missing tracks- Improve code quality