Simple news aggregator from HN, Reddit, NYTimes, Digg and Medium
- Setup your .env file with SECRET_KEY, DATABASE_URL, NYTIMES_API_KEY.
- Install the required libraries.
pip install -r requirements.txt
python manage.py runserver
- For crawling data from various sources. Run:
python scripts/top.py
scripts/top.py
collects data from various sources (HN/Reddit/NYTimes/Github) at regular intervals and saves it to the database.