Inactive Project: I've stopped using this project in favor of running hellolinodians on Heroku
Container for my weird Twitter bot
cat > env_file <<EOF
DEADMANSSNITCH_URL=https://nosnch.in/YOUR_SNITCH_ID
TWITTER_CONSUMER_KEY=<token>
TWITTER_CONSUMER_SECRET=<token>
TWITTER_ACCESS_TOKEN=<token>
TWITTER_ACCESS_SECRET=<token>
TWITTER_DM_REMOVALS=yes
TWITTER_DM_TARGET=akerl
EOF
docker pull dock0/hellolinodians
docker run -d --env-file=env_file dock0/hellolinodians
This repo is released under the MIT License. See the bundled LICENSE file for details.