Start :: Joe Bot (original) (raw)

Joe is a library used to write chat bots in the Go programming language.

Fork me on GitHub

Features

Design

Getting Started

To get started writing your own bot with Joe, head over to theQuickstart section or directly have a look at theBasic Tutorials to learn the core concepts. If you want to dive right in and want to know what modules are currently provided by the community, then have a look at the Available Modules section. Last but not least, you can find more instructions and best practices in the Recipes section.

To contribute to Joe, you can either write your own Module (e.g. to integrate another chat adapter) or work on Joe’s code directly. You can of course also extend or improve this documentation or help with reviewing issues and pull requests at https://github.com/go-joe/joe. Further details about how to contribute can be found in the CONTRIBUTING.md file.

License

The Joe library is licensed under the BSD-3-Clause License.