davidteather/tiktok-api

The Unofficial TikTok API Wrapper In Python

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 10th, 2026
Created on May 26th, 2019
Open Issues & Pull Requests: 153 (+0)
GitHub issues: Enabled
Number of forks: 1,214
Total Stargazers: 6,625 (+1)
Total Subscribers: 88 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.2 days
Mean response time: 37.6 days
90th percentile: 124.7 days
Tracked items: 63

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 2 days, while "feature_request" waits about 5 weeks. Only 3% of issues opened in the past year have been closed. Three people close 62% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 69
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 629 days
Stale 30+ days: 65
Stale 90+ days: 62

Recent activity

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

Top labels

  • bug (51)
  • feature_request (19)
  • installation_help (5)
  • help wanted (1)
  • information collecting (1)
  • priority (1)

Most active issues this week

Detailed Description

tiktok-api is a Python wrapper for accessing TikTok's public data without authentication.

The tool solves the problem of programmatically retrieving TikTok data by wrapping the unofficial TikTok API. It allows developers to fetch trending content, retrieve specific user information, and access other public data available on TikTok.com. The wrapper is designed strictly for data retrieval and explicitly cannot post or upload content on behalf of users, nor does it support any user-authenticated routes. If data requires being logged in to access on the TikTok website, it cannot be accessed through this wrapper.

Developers should choose this tool if they need to retrieve public TikTok data in Python without building HTTP requests from scratch. It suits projects involving trend analysis, user research, content aggregation, or automation workflows that depend on reading public TikTok information. The README does not compare this tool to alternatives, so no comparative guidance can be offered.

The project maintains active engagement with the community through a documented sponsorship program and provides a free and open-source commitment. Documentation is available through a dedicated homepage separate from the repository. The tool includes example code to help developers get started quickly.