A OpenAI GPT-3.5 (ChatGPT) powered bot to answer questions via Telegram in a educational context.
- Telegram Bot API Token (Get one from @BotFather)
- OpenAI API Key (Get one from OpenAI)
- Node.js >= 14.0.0
- Yarn >= 1.22.0
- Clone the repository
git clone https://github.com/CarloGauss33/dccquestionbot.git
- Install dependencies
yarn install
- Fill in the environment variables in the
.env
file
cp .env.development .env
- Start the bot
yarn start