marksteve / kobe-follows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kobe Follows

Get notified when @kobebryant follows someone:

  • Sends notifications through Pushbullet
  • Tweets about the follows

Usage

$ docker pull marksteve/kobe-follows
$ cat >config <<EOF
TWITTER_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxx
TWITTER_API_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWITTER_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWITTER_ACCESS_TOKEN_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
PUSHBULLET_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
EOF
$ docker run -d --env-file config marksteve/kobe-follows

About


Languages

Language:Python 89.7%Language:Shell 10.3%