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

https://github.com/danlock/recentmediascraper

Python based web scraper to grab recently released media titles and list by rating.
https://github.com/danlock/recentmediascraper

Last synced: 10 months ago
JSON representation

Python based web scraper to grab recently released media titles and list by rating.

Awesome Lists containing this project

README

          

# RecentMediaScraper
simple Django based web app to grab recently released movies titles and descriptions and list by rating.

Deployment Instructions:

pip install -r requirements.txt

Requires a one line "key.properties" file placed under dlockdottech/management/commands/ that contains a TMDB API authentication key.

Run:
python manage.py repopulateDB
python manage.py runserver

and then go to
http://127.0.0.1:8000/RMS/

repopulateDB refreshes the database, should be run daily.