https://github.com/shivkanthb/hackaz-wit
HackAZ Wit demo on Messenger
https://github.com/shivkanthb/hackaz-wit
Last synced: about 2 months ago
JSON representation
HackAZ Wit demo on Messenger
- Host: GitHub
- URL: https://github.com/shivkanthb/hackaz-wit
- Owner: shivkanthb
- Created: 2017-01-14T06:56:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T05:46:20.000Z (over 8 years ago)
- Last Synced: 2025-01-26T17:46:18.781Z (4 months ago)
- Language: JavaScript
- Size: 1.28 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## HACKAZ- WIT demo on facebook Messenger
####Steps:
0. Download/clone the repo
1. Rename .env.text to .env
2. `npm install` (inside the folder)
3. Add your token keys to the .env variables
4. Check if the basicMessengerWIT.js is working for your messenger bot. This should be your starting point.
5. Build on top of it.
6. WIN#### References/links
1. The wit story used for this demo - https://wit.ai/shivkanthb/stories-test/stories
2. Node SDK - https://github.com/wit-ai/node-wit
3. WIT quickstart - https://wit.ai/docs/quickstart@shivkanthb