Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomtom828/90.3-core-scrape

Navigate to 90.3 Core FM website and scrape current songs every 5 minutes
https://github.com/tomtom828/90.3-core-scrape

csv pip python3 scheduled-tasks scraper

Last synced: 9 days ago
JSON representation

Navigate to 90.3 Core FM website and scrape current songs every 5 minutes

Awesome Lists containing this project

README

        

# 90.3-core-scrape

Navigate to the 90.3 Core FM [website](http://thecore.fm/public/index.php) and scrape recent songs to a CSV file.

Future development: parse CSV file every X hours and upload new music to a Spotify playlist

### Cloning Down the Repo
This application uses Python 3.

Use ` pip install -r requirements.txt` to install all requirements.

Run application by `cd`ing into the Repo and using `python app.py`

Run application every 5 minutes using `python __init__.py`

Hook up to your own Spotify Account by renaming `config.test.py` to `config.py` and adding your API keys