A simple web-app to display news from various sources using Django and web-scraping.
Steps:
- Clone/pull/download this repository
- Create a virtualenv with
virtualenv env
and install dependencies - Configure your .env files.
- Activate the virtual env using
Scripts/activate
- You've setup the virtual env and you're good to run the project.
pip install django
Go to mysite folder and run
python manage.py runserver
Then go to the browser and enter the url http://127.0.0.1:8000/
This project includes:
- News from various websites like Inshorts, Times Of India and Hindustan times
- A model is created to display news on the Front-end.