ChatterBot is a user-focused, highly moddable Twitch chat bot. It's designed to be extended by developer and non-developer streamers.
- For the developers, it's designed to be extendable and have their existing bot's commands integrate with ChatterBot.
- For the non-developers, it will be easy to include custom scripts and modules built for Chatter bot as well as ones built for other chat bots.
As "ChatterBot" is the temporary name for this project, here are a list of some of the suggestions for the final name of the bot.
- ChatterBot
- OneBot
- OmniBot
- OmegaBot
- Download the latest version of ChatterBot from the Releases.
- Run the
ChatterBot.exe
file. - .
- .
- .
- .
Thanks for your interest in directly working on the project with us!
- Check the Issues list to find an issue you can help with.
- Fork the repository to your GitHub account.
- .
- .
main
- current released version.dev
- collaborative development branch for the next version. Branched frommain
. Merges intomain
.release-*
- collaborative release branch for tying up final loose ends, meta-data, versions, etc. Branched fromdev
. Merged intomain
then taggedv*.*.*.*
beforemain
merged intodev
.hotfix-*
- collaborative hotfix branch for fixing issues in released version. Branched frommain
. Merged intomain
then taggedv*.*.*.*
beforemain
merged intodev
.
- Updating documentation (this and other documentation files).
- Adding support for additional bot command formats.
- Adding support for additional bot plug-in runtimes.
.
- ChatterBot Commands
- .
- .
- .
- ChatterBot Modules
- .
- .
- .