2025-05-29 11:12:24 +03:00
2025-05-29 11:12:24 +03:00
2025-05-29 11:12:24 +03:00
2025-05-29 11:12:24 +03:00
2025-05-29 11:12:24 +03:00
2025-05-29 11:12:24 +03:00

Monobank Telegram Bot (Async)

Quick start

git clone ...
cd MonoTG
python -m venv venv
source venv/bin/activate  # or venv\Scripts\activate on Windows
pip install -r requirements.txt
cp .env.example .env   # add your tokens
python monobank_bot.py

The bot periodically checks your Monobank account every 5minutes and pushes new transactions to the Telegram users listed in ALLOWED_USERS.

Description
No description provided
Readme 32 KiB
Languages
Python 100%