Karan-S-Mittal / DataFlair-News-Aggregator

This Web application scrapes news articles from websites like theonion.com and present it in a webpage. This webapp combines the concept of django with web crawling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataFlair-News-Aggregator

I recently updated the project scrape function.

This Web application scrapes news articles from websites like theonion.com and present it in a webpage. This webapp combines the concept of django with web crawling. Check out the blogs on DataFlair Website this project is explained on the platform DataFlair

Install

To run this project, you should first make a virtual environment. inside that virtual environment run these commands.

pip install -r requirements.txt

python manage.py runserver

Super Admin Credentials

username: admin

password: 123

Author

Karan Mittal

About

This Web application scrapes news articles from websites like theonion.com and present it in a webpage. This webapp combines the concept of django with web crawling.

License:MIT License


Languages

Language:Python 84.9%Language:HTML 15.1%