https://github.com/nareddyt/gwc-chatbot
Tutorial Google Dialogflow chatbot for Girls Who Code.
https://github.com/nareddyt/gwc-chatbot
Last synced: 3 days ago
JSON representation
Tutorial Google Dialogflow chatbot for Girls Who Code.
- Host: GitHub
- URL: https://github.com/nareddyt/gwc-chatbot
- Owner: nareddyt
- License: apache-2.0
- Created: 2017-10-29T14:30:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T19:45:39.000Z (over 7 years ago)
- Last Synced: 2025-05-03T08:52:15.754Z (3 days ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Api.ai - sample webhook implementation in Python
This is a really simple webhook implementation that gets Api.ai classification JSON (i.e. a JSON output of Api.ai /query endpoint) and returns a fulfillment response.
More info about Api.ai webhooks could be found here:
[Api.ai Webhook](https://docs.api.ai/docs/webhook)# Deploy to:
[](https://heroku.com/deploy)# What does the service do?
It's a weather information fulfillment service that uses [Yahoo! Weather API](https://developer.yahoo.com/weather/).
The services takes the `geo-city` parameter from the action, performs geolocation for the city and requests weather information from Yahoo! Weather public API.The service packs the result in the Api.ai webhook-compatible response JSON and returns it to Api.ai.
## How to make contributions?
Please read and follow the steps in the [CONTRIBUTING.md](CONTRIBUTING.md).## License
See [LICENSE](LICENSE).## Terms
Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the [Google APIs Terms of Service](https://developers.google.com/terms/).This is not an official Google product