Skip to content

feat: account growth analytics#15

Merged
0xNyk merged 2 commits into
mainfrom
feat/account-growth-analytics
Mar 16, 2026
Merged

feat: account growth analytics#15
0xNyk merged 2 commits into
mainfrom
feat/account-growth-analytics

Conversation

@0xNyk

@0xNyk 0xNyk commented Mar 16, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add 5 new commands: analytics, top, growth, timing, content-audit
  • Extend Tweet interface with organic_metrics and non_public_metrics fields (OAuth, own tweets, 30-day window)
  • Add getUserTimeline() for authenticated timeline fetch with private metrics
  • Content type classification (single/thread/media/link), engagement rate calculation
  • ASCII heatmap for posting time analysis, AI content audit via Grok
  • 9 files changed, 1063 insertions

New Commands

Command Description
xint analytics Account performance dashboard with engagement rates
xint top Best performing tweets by likes, impressions, clicks, engagement
xint growth Follower growth velocity, trend direction, milestone prediction
xint timing Optimal posting time analysis with ASCII heatmap
xint content-audit AI-powered content analysis and recommendations via Grok

Test plan

  • E2E tested all 5 commands against live account (@nyk_builderz)
  • bun run typecheck passes
  • JSON output mode works for all commands
  • OAuth timeline fetch returns non_public_metrics
  • Parity with xint-rs implementation

0xNyk added 2 commits March 16, 2026 09:17
- Add `reposts` command (GET /2/tweets/:id/retweeted_by)
- Add `users` search command (GET /2/users/search)
- Add `completions` command (bash/zsh/fish shell completions)
- Add connection_status and subscription_type to user profile output
- Add --vision flag, --exclude-domains/--allow-domains on x-search
- Add inline citations from xAI Responses API
- Add graceful 403 handling for tier-restricted endpoints
- Switch default Grok model from grok-3-mini to grok-4-1-fast
- Update xAI cost rates (~50% reduction across tool invocations)
- Update MCP tool schemas with new model references
- Update SKILL.md, README.md, CHANGELOG.md
Add 5 new commands for account growth tracking and content analysis:
- analytics: account performance dashboard with engagement rates
- top: best performing tweets by various metrics
- growth: follower growth velocity and trend tracking
- timing: optimal posting time analysis with ASCII heatmap
- content-audit: AI-powered content analysis via Grok

Extends Tweet interface with organic_metrics and non_public_metrics fields.
Adds getUserTimeline() for OAuth-authenticated timeline fetch.
@0xNyk 0xNyk force-pushed the feat/account-growth-analytics branch from fb54b40 to d70a2c9 Compare March 16, 2026 03:46
@0xNyk 0xNyk merged commit 0147ad5 into main Mar 16, 2026
@0xNyk 0xNyk deleted the feat/account-growth-analytics branch March 16, 2026 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant