joeanamier/tiktokdownloader

抖音 / TikTok 平台作品下载/数据采集工具

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 54 minutes ago
Added to GitGenius on September 3rd, 2026
Created on October 10th, 2022
Open Issues & Pull Requests: 38 (+0)
GitHub issues: Enabled
Number of forks: 2,709
Total Stargazers: 15,808 (+1)
Total Subscribers: 91 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

TikTokDownloader is a command-line tool for downloading videos and collecting data from TikTok and Douyin platforms.

The tool addresses the need to archive TikTok and Douyin content and extract metadata at scale. It works by interfacing with the platforms' APIs to retrieve video files and associated data, then storing the results locally. The tool supports exporting collected data to multiple formats including CSV and XLSX spreadsheets, and can store video files alongside structured metadata in a local SQLite database.

The project suits developers and researchers who need to systematically download and analyze TikTok or Douyin content. It is packaged for multiple operating systems through PyInstaller and can run as a server, making it accessible both as a standalone command-line utility and as a deployable service. Docker support is included for containerized deployment. The tool integrates FFmpeg for video processing and uses httpx for HTTP requests, with output formatting handled by the Rich library.

Development activity shows consistent engagement with the codebase. The project receives regular commits addressing bugs and adding features. Pull requests are reviewed and merged, indicating active maintenance. Issues are created and resolved, demonstrating responsiveness to problems reported by users. The maintainer actively develops new functionality rather than leaving the project in a maintenance-only state.