Bot script to generate five song mix tapes based on the Billboard Top 100 for a given year. By default, it draws on the 1980s.
Currently sending output to https://botsin.space/@scratchytdk and https://twitter.com/30minutemix.
To do:
- Lots of code cleanup
Stuff I used:
- The profile image on the bot's Mastodon accounts is by Andrey Korzun [CC BY-SA 4.0] (https://creativecommons.org/licenses/by-sa/4.0), from Wikimedia Commons
- The profile images on the bot's Twitter account are licensed as CC0 1.0 Public Domain and are from:
- The data set is Billboard Hot 100 1958-2017, from Sean Miller
- Tweepy, which is nice and simple
- Mastodon.py, which is also pretty simple
- Code and inspiration for handling the Spotify API from https://github.com/mileshenrichs/spotify-playlist-generator