OpenBot is an opensource Twitch chatbot (Perhaps other platforms in the future), are goal is feature parity with other popular bots to start, and to introduce new and exciting features along the way
Installation is currently not documented because of the project infancy
We include devcontainer files for VSCode the only requirements are to have your git username/email set globally, you can develop without this but you will have to manually fix some small items in the environment
Required software for the automated dev environment
- VSCode
- Docker
- git
Commands to set git information
git config --global user.name "FIRST_NAME LAST_NAME"
git config --global user.email "[email protected]"
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.