This bot replies to twitter mentions with the atmospheric co2 values on past dates, as well as the current value.
clone this repository, and then
copy the file .env.sample to .env and then enter in your developer credentials.
python3.8 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python run.py