MonoTG/README.md
2025-05-29 11:12:24 +03:00

412 B
Raw Blame History

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.