twitter-search
SKILL.md
Twitter Search and Analysis
Overview
Search Twitter for keywords using advanced search syntax, fetch up to 1000 relevant tweets, and analyze the data to produce professional reports with insights, statistics, and actionable recommendations.
Prerequisites
API Key Required: Users must configure their Twitter API key from https://twitterapi.io
The API key can be provided in three ways:
- Environment variable (recommended): Set
TWITTER_API_KEYin your~/.bashrcor~/.zshrcecho 'export TWITTER_API_KEY="your_key_here"' >> ~/.bashrc source ~/.bashrc - As an argument: Use
--api-key YOUR_KEYwith the wrapper script - Passed directly: As first argument to the Python script