shashankpr / DobbyBot

This is a Python implementation of Chatbot using Messenger and Wit.ai.
MIT License
0 stars 0 forks source link

Fix time #25

Closed shashankpr closed 7 years ago

shashankpr commented 7 years ago

Weather now throws error when the query is an address and not a city.

Time still behaves the same.

Problem is that OWM has only city ids and not country IDs. If we use time from OWM, we will miss countries.

Need to find a way to limit google query or train the Wit more