8000 GitHub - daveliepmann/corona_cases: 🦠 Coronavirus Informantion on Telegram Chatbot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

daveliepmann/corona_cases

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🦠 Coronavirus Informantion on Telegram Chatbot

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 91.8%
  • Shell 7.5%
  • HTML 0.7%
0