/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.

Primary LanguagePython

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