vishakha-lall / MapBot

A chatbot developed in Python
MIT License
145 stars 108 forks source link

Integrate places API call to bot response #136 resolved #150

Closed chttrjeankr closed 4 years ago

chttrjeankr commented 4 years ago

Fixes #136

Description:

Checklist:

Screenshots:

image

Other Information:

GMaps Places API can take any query that doesn't fall in the set of predefined keywords and use it as it's searching query. In case of invalid input to Places API, the MapBot returns the default response it got back from the database functions.

@vishakha-lall