No description
Find a file
2025-04-05 17:18:01 +03:00
bot-data Initial commit 2025-04-05 17:18:01 +03:00
src Initial commit 2025-04-05 17:18:01 +03:00
.env.example Initial commit 2025-04-05 17:18:01 +03:00
.gitignore Initial commit 2025-04-05 17:18:01 +03:00
docker-compose.yaml Initial commit 2025-04-05 17:18:01 +03:00
Dockerfile Initial commit 2025-04-05 17:18:01 +03:00
eslint.config.js Initial commit 2025-04-05 17:18:01 +03:00
package.json Initial commit 2025-04-05 17:18:01 +03:00
pnpm-lock.yaml Initial commit 2025-04-05 17:18:01 +03:00
README.md Initial commit 2025-04-05 17:18:01 +03:00
tsconfig.json Initial commit 2025-04-05 17:18:01 +03:00

mtproto_exporter

mtcute powered Telegram bot

Development

pnpm install --frozen-lockfile
cp .env.example .env
# edit .env
pnpm start

generated with @mtcute/create-bot