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.
- Host: GitHub
- URL: https://github.com/danlock/recentmediascraper
- Owner: Danlock
- Created: 2015-01-22T04:31:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-23T16:32:07.000Z (over 9 years ago)
- Last Synced: 2023-08-17T09:57:05.686Z (almost 3 years ago)
- Language: Python
- Homepage:
- Size: 822 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.