Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 934 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 934 Bytes

CoronaScraper

Voice activated Web Scraper on Coronavirus statistic in total and by country.

To keep my API keys safe; to use this scraper you will need to create a ParseHub account and scrape your own stastics from https://www.worldometers.info/coronavirus/

This scraper uses your microphone and the use of key words to trigger commands and pull statistics.

Saying these words in any sentance will trigger commands:

"total" and "cases" = Total cases worldwide.
"total" and "deaths" = Total deaths worldwide.
"total" and "recovered" = Total recovered worldwide.

And adding your country of choice into the sentance will provide country specific stats.

Saying "update" will update the current statistics.
Saying "stop" will shut the webscaper down.



You will need the following python libraries;
PyAudio
SpeechRecognition
pyttsx3
pywin32
requests