Skip to content

A Flask project which uses web scraping to show users updated cases and deaths from any country around the world.

Notifications You must be signed in to change notification settings

maahir30/AntyVyrus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskCovidApp

Language: Python Using Flask

A Flask project which uses web scraping to show users updated cases and deaths from any country around the world.

In order to run this app: Clone/Download these files Open up terminal/command prompt.

Make sure that you have python and flask installed. You can install python by typing in "pip install python". Also install the specific packages that are used in this project. A simple web search will lead you to instructions on downloading these packages. You can also install most packages by typing in "pip install package".

Get into the directory that you downloaded this repository in using cd (here is a link on how to do that if you don't know - http://modulesunraveled.com/command-line-beginners/moving-and-out-directories-cd-command)

To check if you are in the correct directory, type ls and hit enter. This should show you all the files that are inside the current folder you are in. If you are in the correct directory, you should see the file: website.py.

Finally, type in "python website.py" , and click enter.

The command prompt will show a link. Simply copy paste that link into a browser and click enter. Then, just like that, you should see a fully functioning COVID-19 data updater!

About

A Flask project which uses web scraping to show users updated cases and deaths from any country around the world.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 87.2%
  • Python 12.8%