OpenAI chatbot for Telegram using GPT-3 You can try it in my chat Чат для канала ITКультура by mentioning @the_ai_buddy_cctv_it_bot
To run telegram bot you have to:
- Rename
sample.envto.env - Fill all the requirement fields in
.env, such asTELEGRAM_KEYetc.TELEGRAM_KEYyou can get from @BotFather- To get
MAIN_USERS_IDetc Just Simply Forward a message from your group/channel to @JsonDumpBot or @getidsbot
- Build the docker image using
docker build -t bots/telegram . - Run the docker image using
docker run -h telegram --name telegram -d bots/telegram