mtproto_exporter/README.md
2025-04-05 17:18:01 +03:00

14 lines
189 B
Markdown

# mtproto_exporter
mtcute powered Telegram bot
## Development
```bash
pnpm install --frozen-lockfile
cp .env.example .env
# edit .env
pnpm start
```
*generated with @mtcute/create-bot*