Python-World / Python_and_the_Web

Build Bots, Scrape a website or use an API to solve a problem.
MIT License
684 stars 262 forks source link

COVID-19 stats #483

Closed YASHBRO closed 3 years ago

YASHBRO commented 3 years ago

COVID-19 scraper

Unlike other the scraper, with this one, you can even search for the stats for any particular country/state. This script, after running, displays the following things:

  1. COVID-19 stats including total cases, total deaths, people recovered.
  2. Stats of top-10 countries suffering from this pandemic.
  3. You can even search stats for any country or any state, searching a city name will most probably give you the stats of that state and that country in which the city exists.

You can search an infinite number of times without exiting the script.

Fixes 330

Type of change

Checklist:

Please tick all the boxes that are fulfilled by your Pull Request.

YASHBRO commented 3 years ago

Please add the tag Hacktoberfest accepted if you choose to merge this pull request

YASHBRO commented 3 years ago

This took me so much time because, before this, I was working on the other issue #351.

And that was a successful pull request

AdityaJ7 commented 3 years ago

@YASHBRO please add a requirements.txt file

YASHBRO commented 3 years ago

@YASHBRO please add a requirements.txt file

Oops sorry, just a sec