Chatgpt Telegram Bot
Description
Создание телеграм бота с ChatGPT o1, o3-mini, DeepSeek, Claude 3.7, Command-A, MiniMax
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
ChatGPT Telegram Bot
[](https://t.me/GPT4_Unlimit_bot?start=git1) [](https://t.me/deepseekR1_free_bot)
О боте
Здесь будет рассказано о создании собственного телеграм-бота с ChatGPT.
Бот использует [NetworkToolsAPI](https://github.com/Badim41/network_tools) для отправки запросов к ChatGPT и другим нейросетям для генерации текста
Цена на все модели в NetworkToolsAPI в **2 раза** ниже официальных
Настройка бота
Клонирование репозитория
git clone https://github.com/Badim41/chatgpt_telegram_bot.git
cd chatgpt_telegram_bot
(Либо скачайте код вручную)
Установка зависимостей
pip install -r requirements.txt
Получение API Telegram-бота
- Перейдите в официального телеграм-бота BotFather
- Напишите /newbot
- Введите название и тэг для бота
- Скопируйте API Token. Он ещё понадобится
🔑 Получение API-ключа NetworkToolsAPI
Чтобы получить API-ключ с **бесплатным балансом 1$**:
- Перейдите в телеграм-бота @GPT4_Unlimit_bot
- Напишите /get_api
- Скопируйте API-ключ
Заполнение ключей
Откройте файл secret.py:
from network_tools import GptModels
bot_token = "BOT_TOKEN" # Вставьте API Token от BotFather
network_tools_api = "NETWORK_TOOLS_API_KEY" # Вставьте API-ключ от GPT4_Unlimit_bot
owner_ids = ["YOUR_USER_ID"] # user id пользователей, которым разрешён доступ
# Можно узнать user id тут: @FIND_MY_ID_BOT
public_bot = False # Сделать бота доступным другим пользователям
request_limit = 10 # (если public_bot) Лимит запросов в боте.
# У пользователей из спи
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11