/gpt-tg-bot

OpenAI Telegram Bot

Primary LanguageTypeScript

OpenAI Telegram Bot

Features

Development

# Copy and fill the file with environment variables
copy .env.example .env

# Install dependencies
npm i

# Start telegram bot
npm run dev

# Run type-checker
npm run check