Python 3 app that takes Billboard top 100 songs from a particular date you enter, then creates new Spotify playlist, and adds those tracks there.
- Install all requered libraries
- Setup constants: Spotify keys, redirect URL (Get it here)
- Run the main.py, enter the date you want (YYYY-MM-DD)
- Authorize into your Spotify account in the appeared window
- It'll redirect you to your redirect page, copy the whole URL and put into the CLI
- Done! Wait till the finish of execution
Steps 4-5 needed only for the first launch. It'll generare .cache file for the furthers work
- requests (no need to install)
- bs4 (needed to install) - pip install bs4
- spotipy (needed to install) - pip install spotipy
- The app might not add exactly 100 tracks to your playlist because of unavailability on Spotify or weird name on the Billboard website
- Available data is only from August 4, 1958