Periodically checks links in Twitter bio and send a notification if a link is down
First of all, you need docker>=19.03 and docker-compose>=1.25.1
A file named .env
based on template.env
is required at the root of the project directory.
Required parameters are listed below:
# Twitter app/bot credentials. For more informations visit: https://apps.twitter.com/
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_SECRET=
./build.sh
docker-compose run bot fetch
docker-compose run bot check
docker-compose run bot notify
docker-compose up bot