telegram-gpt3 icon indicating copy to clipboard operation
telegram-gpt3 copied to clipboard

GPT3 Telegram bot assistant

Telegram GPT assistant πŸ€–πŸ¦Έβ€β™‚οΈ

telegram-cloud-photo-size-1-4929414827424721630-y

Installation

pip install -r requirements.txt

playwright install

Create .env with:

BOT_TOKEN    = <TELEGRAM_TOKEN>
API_USER     = <OPENAI_USER>
API_PASSWORD = <OPENAI_PASSWORD>

You need an openAI account and a telegram bot token.

Run

Execute simultaneously:

python api.py
python bot.py

Acknowledgements

Reused the https://chat.open.ai automation by Daniel Gross.