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

17 lines
412 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Monobank Telegram Bot (Async)
## Quick start
```bash
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`.