X 趋势 开发者
使用公共聚合器获取 X(Twitter)上任何国家的当前热门趋势话题。
作者:anishtr4 · 最新版本:1.0.0
收藏:0 · 下载:1.3k
说明文档
# X Trends Scraper 📉 A professional CLI tool to fetch X (Twitter) trending topics without an account. Powered by [getdaytrends.com](https://getdaytrends.com). ## Installation ```bash clawdhub install x-trends ``` ## Usage Run the tool directly: ```bash # Default (India, Top 20, Table View) x-trends # JSON Output (for scripts) x-trends --json # Specific Country & Limit x-trends --country us --limit 5 ``` ## Features - **No Login Required**: Uses public aggregators. - **Volume Data**: Shows tweet counts (<10K, 50K, etc). - **Multi-Country**: Supports 'us', 'uk', 'india', 'world', etc. - **JSON Mode**: Easy parsing for other tools. ## Output Displays a clean, colorized table or raw JSON.