Skip to content

sagarbanik11/covidnews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID19 NEWS TRACKER DJANGO WEB APP WITH BEAUTIFULSOUP

This is a web application built using python django framework. This app uses django version 3.0.4 in the backend. A collection of small programs that extract data from multiple websites and packages it to be useful with the use of BeautifulSoup, a Python package for parsing HTML and XML documents. Once you retrive the raw HTML of a site, you can start to select and extract with BeautifulSoup, which parses raw HTML strings and produces an object that mirrors HTML documents' structure.

The Rules of Scraping

  1. This project is only for study purpose.
  2. Check a website's Term and Conditions before scraping it and read the statements about legal use of the data.
  3. Do not request data from the website too aggressiely and ensure that your program behaves in a reasonable manner.
  4. Revisit the website and rewrite code as needed as the layout of the site may change.

Installation Steps

  1. Install python 3.8 if not done already.
  2. Download and extract application.
  3. Import the project to an IDE of your choice.
  4. Install BeautifulSoup
        pip install beautifulsoup4
  1. Now run the application.
        python manage.py runserver
  1. Browse through the app and Happy coding.

Screenshots

Top 5 COVID19 news of India

landing page

Top 5 COVID19 news of America

loginpage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published