Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wieczorek1990/cbots

Conversational bots for Messenger
https://github.com/wieczorek1990/cbots

Last synced: 3 days ago
JSON representation

Conversational bots for Messenger

Awesome Lists containing this project

README

        

# cbots

Conversational bots for Facebook Messenger

## Running

See the `run.fish` or `run.fish.example` files for commands to run the bots.

Some examples use `config.json` to store credentials, see `config.json.example`.

## Based on

* api.ai — [api-api-facebook](https://github.com/api-ai/api-ai-facebook/blob/master/src/app.js)
* Messenger echo — [Messenger Platform quickstart](https://developers.facebook.com/docs/messenger-platform/quickstart)
* Microsoft Bot Framework — [BotConnectorBot documentation](http://docs.botframework.com/builder/node/bots/BotConnectorBot/)
* presenatation — [remark](https://github.com/gnab/remark)
* wit.ai — [node-wit](https://github.com/wit-ai/node-wit/blob/master/examples/messenger.js)