hay-espacio-en-el-taco / time-to-herd-mx

Twitter bot who posts every day the days until herd immunity to Covid-19 is reached through vaccinations in México

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

time-to-herd-mx

Twitter bot who posts every day the days until herd immunity to Covid-19 is reached through vaccinations in Mexico https://twitter.com/timetoherdmx

Tweet Build

Data from https://raw.githubusercontent.com/owid/covid-19-data/master/public/data/vaccinations/vaccinations.csv

Calculations from https://timetoherd.com/

How data it's calculated

Days = [(Population * 0.7) - (Vaccine Doses Delivered * 0.5)] / (Average Daily Vaccine Doses Given * 0.5)

Run in local

  • Copy .env-tamplate and rename it as .env
  • Fill with your Twitter API credentials
  • Run npm run dev

How to contribuite

  • Fork this repo
  • Add your code
  • run nmp run eslint:fix
  • Create your pull request

About

Twitter bot who posts every day the days until herd immunity to Covid-19 is reached through vaccinations in México

License:Apache License 2.0


Languages

Language:JavaScript 100.0%