Telegram bot for interacting with ChatGPT
Top 25.9% on sourcepulse
This project provides a Telegram bot enabling users to interact with ChatGPT, generate images via Stable Diffusion, and browse the web using Google Search. It targets Telegram users seeking convenient access to AI models on the go.
How It Works
The bot leverages Playwright to automate a local Chromium browser instance, interacting with the ChatGPT web interface. This approach allows it to parse text and code outputs from ChatGPT. For image generation, it integrates with Stable Diffusion APIs, and for web browsing, it uses the SERP API to fetch Google search results.
Quick Start & Requirements
conda env create -f environment.yml
and activate with conda activate chat
.playwright install
, playwright install-deps
).ghcr.io/altryne/chatgpt-telegram-bot
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is described as an "early attempt" and requires significant setup, including obtaining API keys and managing browser automation dependencies. OpenAI credentials are required for headless mode, which may raise security concerns.
2 years ago
Inactive