Skip to content

schmich/unfollowerbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unfollowerbot

Track Twitch follows and unfollows. Unfollowerbot tracks your followers and emails you with a daily digest of who followed and unfollowed you. You can self-host Unfollowerbot as a Docker container.

Running

Twitch requires a Client ID for all API requests. Register your app with Twitch to get a Client ID.

You can choose a stable tag to use in place of latest below.

mkdir /srv/unfollowerbot && cd /srv/unfollowerbot
curl -o config.json https://raw.githubusercontent.com/schmich/unfollowerbot/master/config.json.tpl
# Edit config.json with your configuration.

docker run --name unfollowerbot \
  -d -v /srv/unfollowerbot:/etc/unfollowerbot:ro \
  --restart always schmich/unfollowerbot:latest

License

Copyright © 2015 Chris Schmich
MIT License. See LICENSE for details.