https://github.com/marabesi/chatbot
https://github.com/marabesi/chatbot
ai apiai bot chatbot nodejs weather weather-api webhooks
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marabesi/chatbot
- Owner: marabesi
- Created: 2017-03-31T01:13:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T22:02:29.000Z (about 9 years ago)
- Last Synced: 2025-02-27T06:38:02.616Z (over 1 year ago)
- Topics: ai, apiai, bot, chatbot, nodejs, weather, weather-api, webhooks
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CHATBOT
This simple bot was built baed on Tomomi Imura tutorial at http://www.girliemac.com/blog/2017/01/06/facebook-apiai-bot-nodejs/.
## running the bot
To get the bot working is needed to have at leas three environment variblaes configured.
```
PAGE_ACCESS_TOKEN=my_access_token
API_AI=api.ai_token
WEATHER_API_KEY=openweathermap.org_key
```