Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomtom828/90.3-core-scrape
- Owner: tomtom828
- Created: 2017-11-21T04:13:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T22:18:28.000Z (almost 7 years ago)
- Last Synced: 2024-01-22T13:10:42.876Z (10 months ago)
- Topics: csv, pip, python3, scheduled-tasks, scraper
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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