Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schmich/unfollowerbot
Track Twitch follows & unfollows
https://github.com/schmich/unfollowerbot
cron docker followers ruby twitch twitch-tv
Last synced: 2 months ago
JSON representation
Track Twitch follows & unfollows
- Host: GitHub
- URL: https://github.com/schmich/unfollowerbot
- Owner: schmich
- License: mit
- Created: 2015-02-23T14:57:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T03:37:12.000Z (over 2 years ago)
- Last Synced: 2024-08-03T13:02:00.173Z (4 months ago)
- Topics: cron, docker, followers, ruby, twitch, twitch-tv
- Language: Ruby
- Homepage: https://hub.docker.com/r/schmich/unfollowerbot
- Size: 20.5 KB
- Stars: 7
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-twitch-dev - schmich/unfollowerbot - Track Twitch follows & unfollows. (Libraries / Ruby)
README
# 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](https://www.twitch.tv/kraken/oauth2/clients/new) to get a Client ID.
You can [choose a stable tag](https://hub.docker.com/r/schmich/unfollowerbot/tags) to use in place of `latest` below.
```bash
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](LICENSE) for details.