412 B
412 B
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 5 minutes and pushes new transactions to the Telegram users listed in ALLOWED_USERS.