Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marabesi/chatbot
https://github.com/marabesi/chatbot
ai apiai bot chatbot nodejs weather weather-api webhooks
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marabesi/chatbot
- Owner: marabesi
- Created: 2017-03-31T01:13:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T22:02:29.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T18:02:31.472Z (3 months 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_tokenAPI_AI=api.ai_token
WEATHER_API_KEY=openweathermap.org_key
```