Flottbot is a chatbot framework written in Go. But there's a catch, you don't need to know a lick of Go! Configure your bot via YAML files, extend functionality by writing scripts in your favorite language.
The philosophy behind flottbot is to create very simple, lightweight, "dumb" bots that interact with APIs and scripts which house a bot's business logic. The word flott comes from the German word meaning quick/speedy.
go get -u github.com/target/flottbot/cmd/flottbot
Binaries for Linux, macOS, and Windows are available as Github Releases.
We currently provide a few Docker images:
target/flottbot - Alpine image and flottbot binary installed
target/flottbot:ruby - Alpine image, flottbot binary, and ruby v2.5 installed
target/flottbot:golang - Alpine image, flottbot binary, and golang v1.11 installed
target/flottbot:python - Alpine image, flottbot binary, and python v3.7 installed
Remote | Status | Documentation |
---|---|---|
Slack | ✔ | Docs |
Discord | 🚧 | Docs |
✔ = Done 🚧 = in progress
For installation and usage, please visit the flottbot docs
For questions join the #flottbot channel in the Gophers Slack.
Please do! Check CONTRIBUTING.md for info.
Inspired by Hexbot.io