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.
|
3 weeks ago | |
---|---|---|
commander | 3 weeks ago | |
commands | 2 months ago | |
cooldown | 1 year ago | |
ctxrl | 8 months ago | |
eventsub | 2 months ago | |
examples/pingbot | 2 months ago | |
globalrl | 8 months ago | |
internal | 7 months ago | |
live | 8 months ago | |
lru | 1 year ago | |
oauth | 2 months ago | |
output | 5 months ago | |
pajban | 2 months ago | |
pubsub | 1 month ago | |
streaming | 5 months ago | |
textsize | 5 months ago | |
tokenbucket | 12 months ago | |
twitch | 3 weeks ago | |
twitchirc | 5 months ago | |
unstable | 3 weeks ago | |
.gitignore | 1 year ago | |
COPYING | 1 year ago | |
README.md | 1 year ago | |
TODO.md | 1 year ago | |
bot.go | 3 weeks ago | |
bot_test.go | 2 months ago | |
chmgmt.go | 3 weeks ago | |
go.mod | 1 month ago | |
go.sum | 1 month ago | |
metrics.go | 8 months ago | |
service.go | 3 weeks ago | |
tmi.go | 8 months ago |
README.md
Bot framework
This repository contains a composable bot framework for creating Twitch bots. It also contains a reference framework for a somewhat atypical bot design, based on the idea of separating Twitch connectivity from the actual interactive bot implementation, to make development without direct code reloading faster.
Currently not in a stable state, see the TODO for more information.