A script to take a time and date and create a spotify playlist with all the songs from then for a set amount of time. A spotify account is required to create the playlist.
- spotipy
pip install git+https://github.com/felix-hilden/spotipy.git
- beautifulsoup4
pip install bs4
- selenium
pip install selenium
python scrape.py
Only tested on linux python 3.7.3. Results on other OSs may differ.