scalability4all / voice-enabled-chatbot

Implementing a voice enabled chatbot which converses with a user via their voice in natural language. Website: https://scalability4all.github.io/
MIT License
38 stars 54 forks source link

[Feature] More APIs added #3

Open satyammittal opened 5 years ago

satyammittal commented 5 years ago

Currently we use following APIs

a) Weather: OpenWeather b) Places/Maps/Paths: Google Places API

More APIs can be research out that can do other domain like rainfall, pizza order.

This will help us adding more type of chatbot.

pranavi-jain commented 5 years ago

Hi @satyammittal, I would like to contribute to this issue. Can you guide me through it?

satyammittal commented 5 years ago

Currently we are going to support following things:

a) Google Places API:

b) Weather API:

c) Task Schedular:

d) SplitWise in chat

Suggestions are welcome.

Vishi13 commented 4 years ago

We can use news API to fetch the news according user's location and other specifications. API is available at https://newsapi.org and python package is also available at https://github.com/mattlisiv/newsapi-python I have developed the chatbot using the news API.