https://github.com/src-d/flamingo
Flamingo is a very thin and simple platform-agnostic chat bot framework
https://github.com/src-d/flamingo
Last synced: 7 months ago
JSON representation
Flamingo is a very thin and simple platform-agnostic chat bot framework
- Host: GitHub
- URL: https://github.com/src-d/flamingo
- Owner: src-d
- License: mit
- Created: 2016-08-01T15:28:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-01T14:19:07.000Z (about 9 years ago)
- Last Synced: 2025-05-05T05:05:42.465Z (7 months ago)
- Language: Go
- Homepage:
- Size: 295 KB
- Stars: 27
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://godoc.org/github.com/src-d/flamingo) [](https://travis-ci.org/src-d/flamingo) [](https://codecov.io/gh/src-d/flamingo) [](http://doge.mit-license.org) [](https://goreportcard.com/report/github.com/src-d/flamingo)
Flamingo is a very thin and simple platform-agnostic chat bot framework.
**Warning:** API is still very experimental and it is expected to change in the near future.
You can see a simple example at [examples folder](https://github.com/src-d/flamingo/blob/master/examples/hello.go).
### License
MIT License
### Notes
The slack client uses [nlopes/slack](https://github.com/nlopes/slack) but right now is using a fork until [this pull request](https://github.com/nlopes/slack/pull/93) is merged.