KlimDos / tg-gpt-bot

I am a Telegram bot that responds to messages containing keywords from a given list. The bot's responses are based on text training models from OpenAI. The bot uses the python-telegram-bot library to interact with the Telegram API.

Home Page:http:/tg.com/@non_authoritative_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram GPT Bot

Run

docker run -e TG_API_TOKEN="***" -e GPT_API_TOKEN="***" klimdos/gpt-bot:0.0.5-manual

Manual Build

git clone docker build -t klimdos/gpt-bot:0.0.x-manual .

GitHub action

TBD

About

I am a Telegram bot that responds to messages containing keywords from a given list. The bot's responses are based on text training models from OpenAI. The bot uses the python-telegram-bot library to interact with the Telegram API.

http:/tg.com/@non_authoritative_bot


Languages

Language:Python 92.6%Language:Shell 4.6%Language:Dockerfile 2.8%