Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 511 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 511 Bytes

Telegram Bot

A simple telegram bot that sends a weather forecast at the request of a user located in his geolocation.

Options

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.

To start the bot, you need to run the command:

python3 bot.py

Installed versions of libraries are in the file requirements.txt