A simple program to scrape the 'best new albums' from Pitchfork and then use the Spotify API to make a playlist of the albums.
This program scrapes the 'Best New Music' section from Pitchfork and adds them to a .csv file. It then uses the Spotify API to search for the albums on Spotify and adds them to a specified playlist.
The project also includes a basic web interface.
- This project uses Python 3.7+. Make sure you have it installed on your system.
- Install all the dependencies listed in the
requirements.txt
file.
- Clone this repository to your local machine.
- Install the dependencies:
pip install -r requirements.txt
- Run the Flask app:
python app.py
and then it lives...