tangyoha/telegram_media_downloader

基于Dineshkarthik的项目, 电报视频下载,电报资源下载,跨平台,支持web查看下载进度 ,支持bot下发指令下载,支持下载已经加入的私有群但是限制下载的资源, telegram media download,Download media files from a telegram...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 49 minutes ago
Added to GitGenius on September 12th, 2026
Created on February 13th, 2023
Open Issues & Pull Requests: 112 (+0)
GitHub issues: Enabled
Number of forks: 639
Total Stargazers: 5,529 (+0)
Total Subscribers: 16 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 29.3 days
Mean response time: 87.7 days
90th percentile: 280.0 days
Tracked items: 54

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 2% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 52
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 508 days
Stale 30+ days: 52
Stale 90+ days: 48

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (38)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Telegram Media Downloader is a cross-platform tool for downloading media files from Telegram conversations, chats, and channels.

The tool addresses the need to bulk-download media from Telegram up to file sizes of 2GiB per file. It works by connecting to Telegram using API credentials and supports downloading audio, documents, photos, videos, video notes, and voice messages. The project runs in two modes: as a persistent bot that accepts download commands issued through Telegram, or as a one-time download utility. It includes a web interface accessible at localhost:5000 for monitoring download progress and can be controlled via bot commands for remote operation.

Developers should choose this tool if they need programmatic access to Telegram media downloads with a simple configuration-based setup. It suits projects requiring bulk media extraction from Telegram channels or private groups, including those with download restrictions. The tool supports Python 3.7 and above and can be deployed via Docker for easier cross-platform compatibility. Installation is available for Unix-like systems with make, Windows systems without make, and containerized environments.

The project maintains automated unit testing with coverage tracking. Code follows the Black style standard. The maintainers provide documentation through a wiki, accept feature requests through discussions, and operate a dedicated Telegram community channel for user support.