Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 500 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 500 Bytes

TelegramGPTBot

A simple chat gpt telegram bot. Uses PyTelegramBotAPI

TO DEPLOY ON VPS/LOCAL MACHINE

Fork this repo
Change the Bot Token at main.py

bot = telebot.TeleBot("Your Bot token Here")

Now clone this repo.

git clone https://github.com/<your-git-username>/TelegramGPTBot.git
cd TelegramGPTBot
pip3 install PyTelegramBotAPI
python3 main.py

Enjoy Your Chat GPT bot

More features will be added soon,Keep checking repo for updates....