What problem does it solve?
Manually gathering Twitter/X data for research or monitoring is slow and complex. This Skill simplifies access to user profiles, tweets, and search results, automating data collection for analysis and saving you valuable time.
Core Features & Use Cases
- User Info Retrieval: Instantly fetch detailed user profiles by screen name, including follower counts, recent activity, and language.
- Tweet Search: Find tweets matching specific queries, with advanced filters for precise results (e.g., by date, user, content type).
- Use Case: Quickly validate a list of potential influencers by checking their follower count and recent activity, or monitor specific keywords related to your brand or industry.
Quick Start
Get user information for 'elonmusk'
python3 .claude/skills/x-api/src/client.py userinfo elonmusk
Search for latest tweets about "artificial intelligence"
python3 .claude/skills/x-api/src/client.py search "artificial intelligence" --type Latest