Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1 KB

README.md

File metadata and controls

31 lines (23 loc) · 1 KB

Inactive Project: I've stopped using this project in favor of running hellolinodians on Heroku

dock0/hellolinodians

Automated Build Build Status MIT Licensed

Container for my weird Twitter bot

Usage

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

License

This repo is released under the MIT License. See the bundled LICENSE file for details.