https://github.com/naturalclar/dialogflow-daily-conversation
For Dialogflow Fulfillment Webhook - Daily conversation
https://github.com/naturalclar/dialogflow-daily-conversation
Last synced: over 1 year ago
JSON representation
For Dialogflow Fulfillment Webhook - Daily conversation
- Host: GitHub
- URL: https://github.com/naturalclar/dialogflow-daily-conversation
- Owner: Naturalclar
- License: apache-2.0
- Created: 2018-06-09T02:53:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T03:24:15.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T09:27:19.449Z (over 1 year ago)
- Language: JavaScript
- Size: 210 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Daily Conversation Chatbot APIs
Uisng Dialogflow and various APIs for testing purpose
## APIs that have been tested
### [Google Maps API][]
- [https://cloud.google.com/maps-platform/][Google Maps API]
- API provided by google. Can be used to get distance and driving duration from one point to another. It can also be used to gather traffic information (with additional charge)
### [Yelp Fusion API][]
- [https://www.yelp.com/fusion][Yelp Fusion API]
- API provided by yelp. It can be used to provide information for restaurants around certain area.
### [CoinApi][]
- [https://www.coinapi.io/][CoinApi]
- API for cryptocurrency. It can be used to retrieve latest exchange rate for various cryptocurrencies.
### [World Weather Online][]
- [https://developer.worldweatheronline.com/api/][World Weather Online]
- API for retrieving weather information from different parts of the world. It can provide up to 14 days of forecast information.
### [News API][]
- [https://newsapi.org/][News API]
- API for retrieving the latest news from various News websites.
### [Horoscope API][]
- [https://github.com/tapasweni-pathak/Horoscope-API][Horoscope API]
- API for providing daily horoscope.
### [Trivia Question API][]
- [https://opentdb.com/][Trivia Question API]
- API for providing random facts questions for entertainment purpose.
## Other APIs that may work with Pepper (have not tested)
### [Twilio API][]
- [https://www.twilio.com/notify][Twilio API]
- Can be used to send SMS notifications to users
### [Twitter API][]
- [https://developer.twitter.com/en/docs.html][Twitter API]
- Can be used to provide twitter feed and make new twitter posts.
[Google Maps API]:https://cloud.google.com/maps-platform/
[Yelp Fusion API]:https://www.yelp.com/fusion
[CoinApi]:https://www.coinapi.io/
[World Weather Online]:https://developer.worldweatheronline.com/api/
[News API]:https://newsapi.org/
[Horoscope API]:https://github.com/tapasweni-pathak/Horoscope-API
[Trivia Question API]:https://opentdb.com/
[Twilio API]:https://www.twilio.com/notify
[Twitter API]:https://developer.twitter.com/en/docs.html