shashankpr / DobbyBot

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

Implement Weather API #4

Closed shashankpr closed 7 years ago

shashankpr commented 7 years ago

@leochirag Refer this library and see if we can use this to make a simple call to get weather status of a given location. https://github.com/csparpa/pyowm https://github.com/csparpa/pyowm/blob/master/pyowm/docs/usage-examples.md

If it works independently, then we will integrate it with Wit

leochirag commented 7 years ago

@shashankpr Implemented using pyowm api call.

shashankpr commented 7 years ago

@leochirag Cool !

Related to #10