Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 966 Bytes

File metadata and controls

30 lines (20 loc) · 966 Bytes

OpenBot

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

Installation is currently not documented because of the project infancy

Dev environment setup

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 "MY_NAME@example.com"

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPLV2