🚀 强大的 Telegram 自动下载管理器 - 支持群聊监控、Bot 交互、Web 管理界面
8.7K
GitHub:https://github.com/APecme/Telegram_Depiler
🚀 强大的 Telegram 自动下载管理器 - 支持群聊监控、Bot 交互、Web 管理界面
docker run -d \
--name telegram-depiler \
-p 8000:8000 \
-v ./data:/app/data \
-v ./downloads:/app/downloads \
apecme/telegram-depiler:latest
访问 http://localhost:8000 开始使用
# 1. 创建 docker-compose.yml
curl -o docker-compose.yml https://raw.githubusercontent.com/APecme/Telegram_Depiler/main/docker-compose.yml
# 2. 修改 docker-compose.yml,使用 Docker Hub 镜像
# 将 build 部分替换为:
# image: apecme/telegram-depiler:latest
# 3. 启动服务
docker compose up -d
# 4. 访问 http://localhost:8000
git clone https://github.com/APecme/Telegram_Depiler.git
cd Telegram_Depiler
项目的 docker-compose.yml 配置如下:
services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: telegram-manager
volumes:
- ./downloads:/app/downloads # 下载文件存储
- ./data:/app/data # 配置和数据库
ports:
- "8000:8000" # Web 界面端口
network_mode: bridge
extra_hosts:
- "host.docker.internal:host-gateway"
打开浏览器访问 http://localhost:8000
api_id 和 api_hash创建 Bot
/newbot 创建新 Bot配置 Bot
启动 Bot
在下载列表中,每个任务都有操作按钮:
支持以下变量:
{task_id} - 下载任务 ID{message_id} - 消息 ID{chat_title} - 群聊标题{timestamp} - 时间戳{file_name} - 原始文件名示例:{task_id}_{chat_title}_{file_name}
支持的文件扩展名过滤,例如:
本项目采用 MIT 许可证 - 查看 LICENSE 文件了解详情
本工具仅供学习和研究使用,请遵守 Telegram 服务条款和当地法律法规。使用本工具下载的内容,用户需自行承担相应责任。请勿用于非法用途。
Telegram Manager - 让 Telegram 文件管理更简单 ✨
Content type
Image
Digest
sha256:24db78504…
Size
230.7 MB
Last updated
about 1 month ago
docker pull apecme/telegram-depiler