A simple telegram bot that sends a weather forecast at the request of a user located in his geolocation.
Main libraries used:
- aiogram
- urllib3
- aiosignal
The bot is written in Python using the aiogram library. When a user requests, the bot sends current weather conditions via the user's API. Aiohttp and request are used to return the result.
python3 bot.py
Installed versions of libraries are in the file requirements.txt