Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 581 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 581 Bytes

ChatGPT-telegram-bot

This is a Telegram bot written with the telebot library and uses our free API to communicate with ChatGPT.

how to using

1- Install the necessary libraries with the pip install -r requirements.txt command.

2- In line 5 of the app.py file, place your bot token instead of BOT_TOKEN.

3- Run the app.py file.

how to get BOT_TOKEN

1- Enter the bot @BotFather in Telegram.

2- After starting the bot, enter the /newbot command and do all the steps. After completing all the steps, it will give you a token for your bot.