Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

co2birthdate/twitter-reply-bot

Repository files navigation

twitter-reply-bot

This bot replies to twitter mentions with the atmospheric co2 values on past dates, as well as the current value.

https://co2birth.date

to run

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