Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 515 Bytes

Readme.md

File metadata and controls

17 lines (11 loc) · 515 Bytes

Telegram Bot for CHAT-GPT - Bring CHAT GPT into Telegram

Just create a .env file, with the following variables:

OPENAI_KEY=<Your OpenAi Key>

TELEGRAM_TOKEN: <The token of your chatbot, which you can create with the Botfather>

TELEGRAM_PASSWORD=<The password a user has to enter at the first time to start talking with Chat-GPT, so unauthorized people can't use it and you can share with your friends>

  1. Create env variables
  2. Run yarn
  3. Run yarn build
  4. Run yarn start or yarn start:pm2