An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![godoc reference](https://cdn.rawgit.com/mvader/2faf5060e6cb109617ef5548836532aa/raw/2f5e2f2e934f6dde4ec4652ff0ae6d5c83cbfd6a/godoc.svg)](https://godoc.org/github.com/src-d/flamingo) [![Build Status](https://travis-ci.org/src-d/flamingo.svg?branch=master)](https://travis-ci.org/src-d/flamingo) [![codecov](https://codecov.io/gh/src-d/flamingo/branch/master/graph/badge.svg)](https://codecov.io/gh/src-d/flamingo) [![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org) [![Go Report Card](https://goreportcard.com/badge/github.com/src-d/flamingo)](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.