Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wieczorek1990/cbots
- Owner: wieczorek1990
- Created: 2016-05-03T11:08:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T07:32:38.000Z (over 8 years ago)
- Last Synced: 2024-11-24T15:16:34.977Z (2 months ago)
- Language: JavaScript
- Size: 900 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)