Do you love listening to the radio?
Are you sick of radio DJ's who won't stop talking?
Look no further, this python script will make a spotify playlist out of the last 24h of songs played on the radio.
- Edit the config.yaml file with a text editor and fill in the required values
- Run Main.py using python3
- Once Main.py is run, a browser should open, follow the instructions in the console
- Create a new app in spotify dashboard
- Locate your apps client id and secret
- Set your app redirect uri to
https://127.0.0.1
Use git clone to download repository
git clone https://github.com/Joseph-33/RadioGrab.git
Input all your spotify details into the config.yaml
Create a spotify playlist (it can be public private or collaborative), place the name of the playlist into the config.yaml
Input your desired radio station and start time into the config.yaml
Run the script with
python Main.py
- Joseph Andrews