rgvillanueva28 / covid-chatbot-ph

🦠 Messenger chatbot for covid-19 cases monitoring

Home Page:https://covid-chatbot-ph.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid Chatbot PH v4

Messenger chatbot for covid-19 cases monitoring. A personal project.

Messenger: https://m.me/104395071206677
Facebook: https://www.facebook.com/Covid-Tracker-PH-104395071206677
Heroku: https://covid-chatbot-ph.herokuapp.com/


v4

API from https://disease.sh/
Data is now automatically updated every 30 minutes.

The chatbot supports the following keywords:

  • INFO - to display information and list of commands.
  • CASES - to display total cases.
  • ACTIVE - to display current active cases
  • DEATHS - to display total deaths.
  • RECOVERED - to display total recoveries.
  • CRITICAL - to display critical cases.
  • TESTS - to display number of tests conducted.
  • RATES - display recovery and fatality rate.
  • FRESH - display fresh cases.
  • TOTAL - display the total cases including active, deaths, and recoveries.
  • PER MILLION - to display statistics per one million.

v3

API now only from https://coronavirus-ph-api.herokuapp.com/
Data is now automatically updated every 30 minutes.

The chatbot supports the following keywords:

  • INFO - to display information regarding this chatbot.
  • PH# - to display the details of the person (ex: PH661).
  • Location - to display cases in a location (ex: Cagayan).
  • HOSPITAL - to display current cases hospital (ex: CAGAYAN VALLEY MEDICAL CENTER or CVMC).
  • CONFIRMED - to display total confirmed cases.
  • DEATHS - to display total deaths.
  • RECOVERED - to display total recoveries.
  • RATES - display recovery and fatality rate.
  • FRESH - display fresh cases.

v2

DOH does not offer any public API or data that can be scraped as of now. Thus, Data is from https://coronavirus-ph-api.herokuapp.com/ and https://covid19.mathdro.id/. However, it may not be up to date with the newest cases that is not yet updated on the APIs.
Data is manually updated everyday.

The chatbot currently supports the following keywords:

  • INFO - to display information regarding this chatbot
  • PH# - to display the details of the person (ex: PH661)
  • REGION # - to display cases in a region (ex: REGION II (Use Roman Numerals))
  • HOSPITAL - to display current cases hospital (ex: CAGAYAN VALLEY MEDICAL CENTER or CVMC)
  • CONFIRMED
  • DEATHS
  • RECOVERED

v1

Data is from the public API of DOH. However, it may not be up to date with the newest cases that is not yet updated on the DOH's server.
Data is manually updated everyday.

The chatbot currently supports the following keywords:

  • INFO - to display information regarding this chatbot
  • PH# - to display the details of the person (ex: PH661)
  • PLACE\HOSPITAL - to display current cases in a place or hospital (ex: CAGAYAN or CAGAYAN VALLEY MEDICAL CENTER or CVMC)
  • PUI
  • PUM
  • CONFIRMED
  • DEATHS
  • RECOVERED
  • TESTS

About

🦠 Messenger chatbot for covid-19 cases monitoring

https://covid-chatbot-ph.herokuapp.com/

License:MIT License


Languages

Language:Python 90.8%Language:HTML 9.2%