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