Skip to content

A news aggregator app build using django web framework and beautifulsoup which is use to scrape the news articles from the web and uses celery as a task queue to add srcaped article in database.

Notifications You must be signed in to change notification settings

shubham17sm/web-scraping-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-scraping-django

A news aggregator app build using Django web framework and beautifulsoup which is use to scrape the news articles from the web and uses celery as a task queue to add srcaped article in database. This app is also provided with API using Django rest-framework

Getting Started

First Create and start your virtual environment: Clone or download this repository

  virtualenv -p python3 .
  pip install -r requirement.txt
  python3 manage.py runserver

Command for starting worker process in celery:

celery -A myproject worker --loglevel=info

Post Installation

Go to the web browser and visit http:https://127.0.0.1:8000/

Admin username: admin

Admin password: admin

About

A news aggregator app build using django web framework and beautifulsoup which is use to scrape the news articles from the web and uses celery as a task queue to add srcaped article in database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published