/corona_cases

🦠 Coronavirus Informantion on Telegram Chatbot

Primary LanguageClojure

Raison d´être

The Internet interprets censorship as damage and routes around it.

  • John Gilmore

Coronavirus disease 2019 (COVID-19) information on Telegram Messenger @corona_cases_bot

Screenshot

API web services

continent-name -> country-names https://corona-cases-bot.herokuapp.com/srvc/1.7.2/names

continent-code -> country-codes https://corona-cases-bot.herokuapp.com/srvc/1.7.2/codes

Running locally

lein repl
(require 'corona.web)
(def server (corona.web/-main))

(require '[corona.telegram])
(corona.telegram/-main)

See localhost:5000.

Deploy to Heroku

Using fish-shell: see deploy.fish.

TODOs

  • Graphs: -- better user experience - show: only interpolated graphs relative numbers (e.g. percentage) logarithmic scale
  • Prediction - extrapolate graphs
  • Use buttons instead of /<command-name>
  • Don't panic: Compare data: Corona vs. Flu vs. World population and Show deaths rates distribution by age / age-groups; probability calculator
  • Automate repo CSSEGISandData/COVID-19 snapshot download
  • Create web-service under https://corona-cases-bot.herokuapp.com/ even for own use