x-twitter-growth
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseX/Twitter Growth Skill
X/Twitter涨粉Skill
Overview
概述
Production-ready X/Twitter growth toolkit for analyzing tweet performance patterns, structuring optimal threads, and tracking engagement metrics. Designed for creators, marketers, and brand accounts looking to grow audience and engagement systematically through data-driven content decisions.
这是一款可投入生产环境的X/Twitter涨粉工具包,用于分析推文表现模式、构建最优推文线程,并追踪互动指标。专为创作者、营销人员和品牌账号设计,帮助他们通过数据驱动的内容决策,系统化地扩大受众规模并提升互动量。
Quick Start
快速开始
bash
undefinedbash
undefinedAnalyze tweet performance patterns from exported data
从导出的数据中分析推文表现模式
python scripts/tweet_analyzer.py tweets.csv
python scripts/tweet_analyzer.py tweets.csv
Structure long-form content into optimal Twitter threads
将长文内容拆分为最优X/Twitter推文线程
python scripts/thread_builder.py content.txt --target-tweets 8
python scripts/thread_builder.py content.txt --target-tweets 8
Track follower growth, engagement rates, and best posting times
追踪粉丝增长、互动率及最佳发布时间
python scripts/growth_tracker.py analytics.csv --period monthly
undefinedpython scripts/growth_tracker.py analytics.csv --period monthly
undefinedTools Overview
工具概述
| Tool | Purpose | Input | Output |
|---|---|---|---|
| Performance pattern analysis | CSV with tweet data | Engagement patterns + insights |
| Thread structuring | Text file or JSON | Formatted thread + hooks |
| Growth & engagement tracking | CSV with analytics data | Growth report + best times |
| 工具 | 用途 | 输入 | 输出 |
|---|---|---|---|
| 表现模式分析 | 包含推文数据的CSV文件 | 互动模式+洞察结论 |
| 推文线程构建 | 文本文件或JSON | 格式化推文线程+引流钩子 |
| 增长与互动追踪 | 包含分析数据的CSV文件 | 增长报告+最佳发布时间 |
Workflows
工作流程
Workflow 1: Content Performance Audit
流程1:内容表现审计
- Export tweet data from X Analytics or third-party tool as CSV
- Run to identify top-performing patterns
tweet_analyzer.py - Identify which content types, formats, and topics drive engagement
- Use insights to refine content strategy and posting schedule
- Re-audit monthly to track improvement
- 从X Analytics或第三方工具导出推文数据为CSV格式
- 运行识别表现最佳的模式
tweet_analyzer.py - 确定哪些内容类型、格式和主题能驱动互动量
- 利用洞察结论优化内容策略和发布时间表
- 每月重新审计以追踪改进情况
Workflow 2: Thread Creation Pipeline
流程2:推文线程创建流水线
- Draft long-form content in text or markdown format
- Run to split into optimal thread structure
thread_builder.py - Review hook tweet (tweet 1) for maximum engagement potential
- Add call-to-action and engagement hooks per recommendations
- Schedule using identified best posting times from
growth_tracker.py
- 以文本或Markdown格式撰写长文内容
- 运行将内容拆分为最优推文线程结构
thread_builder.py - 检查首条引流推文(第1条推文)的互动潜力
- 根据建议添加行动号召和互动钩子
- 利用得出的最佳发布时间进行排期
growth_tracker.py
Workflow 3: Monthly Growth Review
流程3:月度增长复盘
- Export analytics data for the period
- Run for growth metrics
growth_tracker.py --period monthly - Run on the same period for content insights
tweet_analyzer.py - Compare engagement rates to prior period
- Identify top 5 tweets and extract replicable patterns
- 导出该周期的分析数据
- 运行获取增长指标
growth_tracker.py --period monthly - 对同一周期的数据运行获取内容洞察
tweet_analyzer.py - 将互动率与上一周期进行对比
- 找出表现Top5的推文并提取可复制的模式
Reference Documentation
参考文档
See for comprehensive strategies covering:
references/x-growth-playbook.md- Content format frameworks
- Engagement optimization tactics
- Thread writing best practices
- Algorithm understanding
- Growth compounding strategies
查看获取全面策略,涵盖:
references/x-growth-playbook.md- 内容格式框架
- 互动量优化技巧
- 推文线程撰写最佳实践
- 算法理解
- 增长复利策略
Common Patterns
常见格式示例
Pattern: Tweet Data CSV Format
示例:推文数据CSV格式
csv
tweet_id,text,created_at,impressions,engagements,likes,retweets,replies,type,has_media
T001,"Here's what I learned...",2025-06-15 09:30:00,15000,850,320,95,45,thread_start,no
T002,"Check out this chart",2025-06-14 14:00:00,8500,420,180,35,22,single,yescsv
tweet_id,text,created_at,impressions,engagements,likes,retweets,replies,type,has_media
T001,"Here's what I learned...",2025-06-15 09:30:00,15000,850,320,95,45,thread_start,no
T002,"Check out this chart",2025-06-14 14:00:00,8500,420,180,35,22,single,yesPattern: Thread Content Input
示例:推文线程内容输入
text
undefinedtext
undefinedHow I Grew to 50K Followers in 6 Months
How I Grew to 50K Followers in 6 Months
The biggest lesson was consistency over virality. Here's the complete breakdown...
[Section 1: Finding Your Niche]
Most creators make the mistake of being too broad. Pick one topic and go deep...
[Section 2: Content Pillars]
I built 3 content pillars that I rotate through each week...
undefinedThe biggest lesson was consistency over virality. Here's the complete breakdown...
[Section 1: Finding Your Niche]
Most creators make the mistake of being too broad. Pick one topic and go deep...
[Section 2: Content Pillars]
I built 3 content pillars that I rotate through each week...
undefinedEngagement Rate Benchmarks
互动率基准
| Metric | Low | Average | Good | Excellent |
|---|---|---|---|---|
| Engagement Rate | < 1% | 1-3% | 3-6% | > 6% |
| Reply Rate | < 0.1% | 0.1-0.5% | 0.5-1% | > 1% |
| Retweet Rate | < 0.2% | 0.2-1% | 1-3% | > 3% |
| Thread Completion | < 20% | 20-40% | 40-60% | > 60% |
| 指标 | 较低 | 平均 | 良好 | 优秀 |
|---|---|---|---|---|
| 互动率 | < 1% | 1-3% | 3-6% | > 6% |
| 回复率 | < 0.1% | 0.1-0.5% | 0.5-1% | > 1% |
| 转发率 | < 0.2% | 0.2-1% | 1-3% | > 3% |
| 线程完成率 | < 20% | 20-40% | 40-60% | > 60% |