A Python script to make an Rdio playlist from your weekly #1 tracks in your Last.fm history
I have seven years of history on my Last.fm account now, and I churn through music quite quickly. I wanted an easy way to remind myself of songs I fell in love with, even if briefly. This is the solution.
The script uses Last.fm's API to grab your history. Then it finds the most-listened-to track from each week. It creates a playlist out of the results. Pretty simple!
You can see an example here
- Download the files.
- Add your Rdio API and Last.fm API credentials to the credentials folder.
- Run the history_download.py script. That's it!