The best Telegram bot for ChatGPT, EdgeGPT (aka Bing AI), DALL-E, Bing Image generator and Bard with stream writing, requests with images (for Bard only), multiple languages, admin control, automatic proxy searcher, data logging and more!
Support the project by buying and listening to my music 🎵
- 🟦 Bandcamp
- 🟧 SoundCloud
Or message me if you would like to donate 💰
- 1️⃣ Sprav04ka - Tofii'skovyi' language, Testing, Super beautiful DIY jack o'lantern (for poster), Motivation
- 2️⃣ Sergey Krashevich - Docker, GitHub Actions
- 3️⃣ Wahit Fitriyanto - Indonesian language
- 4️⃣ Alexander Fadeyev - EdgeGPT Fix
- ChatGPT (ChatGPT by OpenAI): https://chat.openai.com/chat
- Bing chat (EdgeGPT by Microsoft): https://bing.com/chat
- DALL-E (DALLE by OpenAI): https://openai.com/dall-e-2/
- Bard (Bard by Google): https://bard.google.com/
- acheong08/ChatGPT (API): https://github.com/acheong08/ChatGPT
- acheong08/EdgeGPT (API): https://github.com/acheong08/EdgeGPT
- jacobgelling/EdgeGPT (API): https://github.com/jacobgelling/EdgeGPT
- dsdanielpark/Bard-API (API): https://github.com/dsdanielpark/Bard-API
- acheong08/BingImageCreator (API): https://github.com/acheong08/BingImageCreator
- python-telegram-bot (Telegram bot API): https://github.com/python-telegram-bot/python-telegram-bot
- Install Python and pip
- Download source code
- Install requirements
pip install -r requirements.txt --upgrade
- Access the modules you want to use (Generate an API key to ChatGPT / DALL-E, save cookies for EdgeGPT / Bard)
- Carefully change all the settings (in the
config.json
file) to suit your needs. If you have questions regarding any setting, open an issue, I will add a more detailed description - Create bot at https://t.me/BotFather
- Type Bot's token into
api_key
intelegram
inconfig.json
file - Run main script
python main.py
- ChatGPT
- Browser-like Chat-GPT. Currently, without extensions and image requests (text only) (because I don't have a paid account to test it)
- Stream response support
- Chat history support
- Works better with API type 1 and an access_token for authentication
- Note: Please refer to the
🔗 Chat-GPT Base URL (proxy)
section for correct usage.
- DALL·E
- Image generation tool from OpenAI
- Requires an OpenAI account with unexpired credits
- EdgeGPT (aka Bing AI) (aka Sydney)
- Supports conversation style
/style
- Stream response support
- Chat history support
- Web-browsing and sources support
- Unfortunately, it can't accept images as input yet, nor can it generate them. Please use Bing ImageGen to generate images.
- Supports conversation style
- Bing ImageGen
- Bing Image Generator. Used as a separate module due to issues with the EdgeGPT module
- Free and unlimited
- Bard
- Google's Bard AI
- Stream response support
- Chat history support
- Web-browsing support
- Now supports requests with images (you can send an image with text to it) NEW
- You can edit telegram bot messages by editing file
messages.json
. You can add new lines by adding\\n
- You can add a new language simply by copying one of existing language (with
{}
) to the end of file (before the last]
) and translating all values
Note: make sure you don't delete argumensts {0}
, {1}
, ... in message and please restart python script to apply changes
- 🇺🇸 English
- 🇷🇺 Русский
- ☠️ Тофийсковый
- 🇮🇩 Bahasa Indonesia
If you want to add a language, create a pull request 💜
- Install Python and pip
- Clone repo
git clone https://github.com/F33RNI/GPT-Telegramus/
cd GPT-Telegramus
- Edit
config.json
- Install systemd
sudo apt-get install -y systemd
- Create new service file
sudo nano /etc/systemd/system/gpt-telegramus.service
[Unit] Description=GPT-Telegramus service After=multi-user.target [Service] Type=simple Restart=always WorkingDirectory=YOUR DIRECTORY HERE/GPT-Telegramus ExecStart=YOUR DIRECTORY HERE/GPT-Telegramus/run.sh RestartSec=5 [Install] WantedBy=multi-user.target
- Reload systemctl daemon
sudo systemctl daemon-reload
- Enable and start service
sudo systemctl enable gpt-telegramus.service
sudo systemctl start gpt-telegramus.service
WARNING: not tested
- Install Docker
- Clone repo
- Build container
docker buildx build -t telegramus --load -f Dockerfile .
- Run the container
docker run -d --name gpt-telegramus --restart on-failure telegramus
Note: You can specify settings and messages files and chats folder location. (default location is in project folder):
docker run -d -e TELEGRAMUS_SETTINGS_FILE="PATH_TO_config.json" --name gpt-telegramus --restart on-failure telegramus
Default base URL by acheong08/ChatGPT stopped working. Below is an instruction on how to launch your own ChatGPT proxy server (on Linux)
- Install GO
sudo apt-get update
sudo apt-get install golang-go
- Clone acheong08/ChatGPTProxy repo
git clone https://github.com/acheong08/ChatGPTProxy/tree/main
cd ChatGPTProxy
- Build it
go build
- Install systemd
sudo apt-get install systemd
- Create service
sudo nano /etc/systemd/system/chatgpt-proxy.service
[Unit] Description=ChatGPTProxy service After=multi-user.target [Service] Type=simple Restart=always # Proxy (if needed, or remove this and next line) Environment="http_proxy=http://USERNAME:PASSWORD@IP:PORT" # ChatGPT login Environment="OPENAI_EMAIL=YOUR_EMAIL" Environment="OPENAI_PASSWORD=YOUR_PASSWORD" WorkingDirectory=PATH_TO_ChatGPTProxy_DIRECTORY ExecStart=PATH_TO_ChatGPTProxy_DIRECTORY/ChatGPTProxy RestartSec=5 [Install] WantedBy=multi-user.target
- Reload systemctl daemon
sudo systemctl daemon-reload
- Enable and start service
sudo systemctl enable chatgpt-proxy.service
sudo systemctl start chatgpt-proxy.service
- See logs to make sure it's running and see current port
systemctl status chatgpt-proxy.service
- Add it's IP to
config.json
- ex.
"base_url": "http://127.0.0.0:9090/api/",
- ex.
It is possible to bypass geo-blocking of ChatGPT, EdgeGPT, DALL-E or Bard. GPT-Telegramus includes automatic proxy-list downloading with periodic checks
- Set
enabled
inproxy_automation
inconfig.json
totrue
- Set
auto
inproxy
for modules you want to connect automatic proxy search - Restart app and hope for the best.
GPT-Telegramus will download the proxy list itself and start trying various proxies (see console for logs).
Sometimes, searching for a proxy can take a long time. If you think that the found proxy is not suitable, you can restart the bot using the /restart
command
- To use manual proxy, specify tham in
http://IP:Port
orhttp://user:password@IP:Port
format (even if they are HTTPS proxies) inproxy
for modules you need
- 📄
/start
- Welcome message and bot version - ❓
/help
- Show this message ↕️ /module
- Change module to chat with- 🧹
/clear
- Clear chat history - 🌎
/lang
- Change the language - 🆔
/chatid
- Show your chat_id
- 💬
/queue
- Show requests queue - 🔃
/restart
- Restart proxies and telegram bot - 👤
/users
- Show list of all users - 🔨
/ban <id> [reason]
- Ban a user by their id with reason (optional) - 🔓
/unban <id>
- Unban a user by their id - 📢
/broadcast <message>
- Send text message to everyone except banned users
GPT-Telegramus saves chat history for some modules locally ("conversations_dir": "conversations"
) to keep conversation with users
GPT-Telegramus has a built-in data collecting function (request and response)
- For ChatGPT, EdgeGPT (aka Bing AI) and Bard response is saved as plain text and Base64-encoded images
- For DALL-E and Bing Image generator response is saved as Base64-encoded image (in the same text file)
You can enable and configure data collection in config in data_collecting
block
NOTE: Please make sure you notify your bot users that you are collecting data
- Add some free GPT-4 model
- Add image input and generation for EdgeGPT (and ChatGPT?)
- Add list of commands
- Anyone can contribute! Just create a pull request
- If you find a bug, please create an Issue