You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nikola Forró
14b2a923f7
|
7 years ago | |
---|---|---|
.gitignore | 7 years ago | |
Dockerfile | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
bot.py | 7 years ago | |
docker-compose.yaml.example | 7 years ago | |
instagram.py | 7 years ago | |
requirements.txt | 7 years ago | |
settings.cfg.example | 7 years ago | |
twitch.py | 7 years ago |
README.md
Twitch chat bot
The bot listens for responses to !quote add
, !quote edit
and !quote remove
commands, and updates the quotes database accordingly
using HTTP API.
Supported commands
!bellagram
,!bellapics
,!instabella
,!instagram
- posts a link to a random Instagram picture of Bella!lastquote
- requests the most recent quote!findquote PATTERN
- searches for quotes matchingPATTERN
and in case multiple matches are found, requests one of them randomlyPATTERN
has to be at least 3 characters long and it can be enclosed in double quotes in case it contains spaces
!sync [SINCE]
- performs synchronization of the quotes database with Twitch VODs recorded sinceSINCE
- if
SINCE
is not specified, date of the most recent quote is used - only master user is allowed to use this command
- if