yuriscosta-zz / Weather-Bot

This Messenger bot shows some information about the current weather in the user shared location
https://www.facebook.com/weather.info.bot
MIT License
4 stars 0 forks source link
chatbot-facebook flask python

Weather Bot

This Messenger bot shows some information about the current weather in the user shared location. All the credits to this tutorial.

Installation

Clone this repository. Install the requirements.

pip install requirements.txt

Add this environments variables.

WEATHER_API_KEY # OpenWeatherMap.org api token
FB_VERIFY_TOKEN # Facebook Messenger webhook verify token (Webhook settings panel)
FB_ACCESS_TOKEN # Facebook Messenger access token

Run Flask web server.

python index.py

Built With

Privacy Policy

This app do not store any data of any user in any server.

License

This project is licensed under the MIT License - see the LICENSE.md file for details