Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnookala/bot-framework-examples
Some sample bots written to demonstrate bot framework.
https://github.com/bnookala/bot-framework-examples
Last synced: about 2 months ago
JSON representation
Some sample bots written to demonstrate bot framework.
- Host: GitHub
- URL: https://github.com/bnookala/bot-framework-examples
- Owner: bnookala
- Created: 2016-09-21T10:14:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T10:24:15.000Z (over 8 years ago)
- Last Synced: 2024-10-26T00:30:33.852Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Hi! These are a few examples of bots I wrote and demonstrated in various talks.
Hoping that they're useful for you.To run them, you'll need to do the following:
1. Set up an emulator (Windows only for rich messaging support): https://docs.botframework.com/en-us/tools/bot-framework-emulator/
2. `cd` into the directory of each bot type
3. `npm install`
4. `node first_example.js` or `node second_example.js`If you've set up the emulator properly, it will immediately start sending messages to the endpoint specified.