An open API service indexing awesome lists of open source software.

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

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