- Bot written in Grammy
- Validations using Zod
- Written in TypeScript
- Add Metrics collection (in prometheus format)
- Add conversation chat
- Add Google Translate
- Subscriptions using Stripe
- Improve localization
- Add tests
- ORM using Prisma
- Install dependencies using npm:
npm install
- Copy
.env.example
to.env.local
and update the variables.
cp .env.example .env
- Start the development server:
npm run build
npm run start:dev
Licensed under the MIT license.