kgbotka
kgbotka copied to clipboard
Twitch/Discord Chat Bot that works for KGB monkaS
KGBotka
Twitch/Discord Chat Bot that works for KGB
Quick Start
WARNING! CONTAINS SUBMODULES! Clone with git clone --recursive.
Cabal
$ cabal v2-build
$ cabal v2-run kgbotka secret.json database.db
Stack
$ stack init --resolver=snapshot.yaml
$ stack build
$ stack run kgbotka secret.json database.db
secret.json
See ./secret.json.example.
Twitch
The easiest way to obtain Twitch credentials right now is to
- Go to https://tsoding.org/kgbotka-login/
- Press
Loginbutton and follow the instructions - Copy paste the generated credentials to your
secret.json. Check ./secret.json.example to learn about the format of the file.
Discord
See OAuth2 for Bots section of Discord documentation.
GitHub
- Generate the Personal Access Token
- Make sure you enable the
gistscope, otherwise Friday Videos Gist synchronization won't work
Features
Friday Video Gist
TBD