vishakha-lall / MapBot

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

Change return values of googleMapsApiModule.places() #148 resolved #149

Closed chttrjeankr closed 4 years ago

chttrjeankr commented 4 years ago

Fixes #148

Description:

Checklist:

Screenshots:

None

Other Information:

Now the function returns a dictionary with the first 3 names of places (sorted by total no. of user ratings and the rating of the place).

@vishakha-lall