/crear-chatgpt-bot

Chatgpt Telegram bot

Primary LanguageTypeScriptMIT LicenseMIT

🤖 Crear ChatGPT Telegram Bot

About this project

Features

  • Bot written in Grammy
  • Validations using Zod
  • Written in TypeScript

Roadmap

  • Add Metrics collection (in prometheus format)
  • Add conversation chat
  • Add Google Translate
  • Subscriptions using Stripe
  • Improve localization
  • Add tests
  • ORM using Prisma

Running Locally

  1. Install dependencies using npm:
npm install
  1. Copy .env.example to .env.local and update the variables.
cp .env.example .env
  1. Start the development server:
npm run build
npm run start:dev

License

Licensed under the MIT license.