This Messenger bot shows some information about the current weather in the user shared location. All the credits to this tutorial.
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
- Python
- Flask
This app do not store any data of any user in any server.
This project is licensed under the MIT License - see the LICENSE.md file for details