Chicago COVID-19 twitter bot is a twitter bot that sends daily updates about COVID-19 trends in Chicago to the @ChiCovid19 twitter page. Trends include daily cases, positivity rate, deaths, and 3 day predictions.
The python script includes data gathering for cases, positivty rate, deaths, and the 3 day prediction. Pylot from matplotlib is used to make the daily changing grahic with the data collected. Prediction data is gathered from my Chicago-COVID19-Forecaster repository.
Any code here can be used under the MIT license.