guasi18587278913/creator-breakout-finder — explained in plain English
Analysis updated 2026-07-25
Find which posts from a creator performed unusually well relative to their own baseline.
Compare content performance across six major social media platforms using a consistent method.
Export a research report and raw data for deeper analysis of breakout content.
Try the full workflow offline with built-in demo data before connecting an API key.
| guasi18587278913/creator-breakout-finder | 0xallam/my-recipe | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | Python | Python | Python |
| Last pushed | — | 2022-11-22 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | researcher | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a TikHub API key for live data, but ships with fully offline demo data so you can try it instantly without one.
Creator Breakout Finder is a tool for anyone who studies social media accounts and wants to know which posts performed unusually well, not just which ones had the highest raw numbers. When you are comparing accounts, the real question is which posts stood out relative to that creator's own typical performance. This tool answers that by reading a creator's recent public posts and comparing each one against their own baseline, so you are not comparing a small account against a massive one. You paste a profile URL from one of six supported platforms: Xiaohongshu, Douyin, Bilibili, TikTok, YouTube, or X. The tool fetches recent public posts using the user's own TikHub API key. For most platforms it looks at likes, and for Bilibili and YouTube it looks at view counts. It estimates what normal performance looks like for that specific account, then flags posts that clearly exceed that baseline. A post must meet three conditions to be flagged as a breakout: its metric must be at least double the account's historical median, it must rank in the top 10 percent of the sampled posts, and it must hit a minimum threshold of 500 views or 20 likes. Confidence is reported as low, medium, or high depending on how many posts were available. The tool exports a Markdown research report and a CSV file with all the sample data. It also ships with fully offline demo data, so you can try the entire workflow without a key. The tool deliberately rejects individual post links, short links, non-HTTPS URLs, and URLs with embedded credentials or custom ports. API keys are read only from a local environment variable, never exposed in browser forms, error messages, or exported reports. Raw API responses are kept in memory only and never written to disk. Anyone deploying this publicly must add their own authentication and rate limiting. The README is honest about limitations. The analysis is a one-time historical snapshot, not a real-time growth curve. Older posts have had more time to accumulate views and likes, so results are best used as a starting point for deeper research, not as proof of why something went viral.
A tool that analyzes social media profiles to find posts that performed unusually well compared to a creator's own typical baseline, rather than just looking at raw view or like counts.
Mainly Python. The stack also includes Python, Markdown, CSV.
Setup difficulty is rated moderate, with roughly 5min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.