Chatgpt Telegram Bot
🤖 A Telegram bot that integrates with OpenAI's ChatGPT to provide answers, with showing typing status and streaming responses support
Install / Use
npx skills add slippersheepig/chatgpt-telegram-botInstalls into whichever agent you are using.
README
n3d1117 is back! Use this.
Update
2023.3.2 Use official ChatGPT API
A branch for bot to interact with chatgpt official api ( comes with acheong08 )
Configuration
Customize the configuration by create a file named .env, then editing the settings as desired:
OPENAI_API_KEY="<YOUR_OPENAI_API_KEY>"
TELEGRAM_BOT_TOKEN="<YOUR_TELEGRAM_BOT_TOKEN>"
OPENAI_API_KEY: Your OpenAI api key. Steps to follow
- Create account on OpenAI
- Go to https://platform.openai.com/account/api-keys
- Copy API key
Additional optional configuration values:
OPENAI_MODEL="<ANY_MODEL_AVAILABLE_FROM_OPENAI>" # Defaults to "gpt-3.5-turbo"
Usage
Create a file named docker-compose.yml(same directory as .env)
services:
chatgpt:
image: sheepgreen/chatgpt
container_name: chatgpt
volumes:
- ./.env:/home/appuser/.env
restart: always
Then run docker-compose up -d,that's all!
Related Skills
gortex
1.1kHigh-performance code-intelligence engine for AI agents and IDE, supports 257 languages, multi repositories, based on graph, with access via CLI, MCP Server, and API. AI coding agents teammate - expose only needed information, cutting token usage up to 50x. 100% local.
techrogue
TechRogue – Roguelike technical quiz for engineers. Usage: /techrogue | /techrogue build | /techrogue settings
cc-switch
125.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io
cc-switch
125.6kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io
