bestK / crear-chatgpt-bot

Chatgpt Telegram bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤖 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.

About

Chatgpt Telegram bot

License:MIT License


Languages

Language:TypeScript 91.4%Language:Dockerfile 3.8%Language:Fluent 2.5%Language:JavaScript 2.4%