yuriscosta-zz / Weather-Bot

This Messenger bot shows some information about the current weather in the user shared location

Home Page:https://www.facebook.com/weather.info.bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Python
  • Flask

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

About

This Messenger bot shows some information about the current weather in the user shared location

https://www.facebook.com/weather.info.bot

License:MIT License


Languages

Language:Python 100.0%