meow bot
  • TypeScript 90.8%
  • JavaScript 5.8%
  • Dockerfile 3.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Lain Iwakura 5b42d1ec06
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: collapsing transcribe to quote
2026-08-19 16:39:10 +03:00
bot-data feat: initial 2026-08-18 22:13:42 +03:00
src feat: collapsing transcribe to quote 2026-08-19 16:39:10 +03:00
.dockerignore feat: initial 2026-08-18 22:13:42 +03:00
.env.example feat: proxy support 2026-08-18 22:45:16 +03:00
.gitignore feat: initial 2026-08-18 22:13:42 +03:00
.woodpecker.yml feat: mrreowurr 2026-08-18 22:38:46 +03:00
docker-compose.yaml chore: move to image 2026-08-18 22:42:07 +03:00
Dockerfile feat: initial 2026-08-18 22:13:42 +03:00
eslint.config.js feat: initial 2026-08-18 22:13:42 +03:00
package.json fix: whoops 2026-08-18 22:40:08 +03:00
pnpm-lock.yaml fix: whoops 2026-08-18 22:40:08 +03:00
README.md feat: mrreowurr 2026-08-18 22:38:46 +03:00
tsconfig.json feat: initial 2026-08-18 22:13:42 +03:00

whispers

mtcute powered Telegram bot that transcribes voice messages with a local whisper.cpp server.

set ALLOWED_CHATS to a comma-separated list of chat ids to restrict the bot to those chats; leaving it empty lets it answer everywhere!!

dev

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

generated with @mtcute/create-bot

fih
><>