name: x-trends description: "Fetches current top trending topics on X (Twitter) for any country using public aggregators." version: 1.2.0 author: Ani license: MIT
A professional CLI tool to fetch X (Twitter) trending topics without an account. Powered by getdaytrends.com.
clawdhub install x-trends
Run the tool directly:
# Default (India, Top 20, Table View)
x-trends
# JSON Output (for scripts)
x-trends --json
# Specific Country & Limit
x-trends --country us --limit 5
Displays a clean, colorized table or raw JSON.
质量较好。优点是功能完整、使用简单、界面美观,能快速获取任意国家的 X 热门话题,还支持 JSON 格式便于脚本调用。终端输出清晰有颜色区分,加载和错误处理体验都不错。不足之处是依赖第三方网站提供数据,偶尔可能因目标网站变化或网络问题导致抓取失败,缺乏自动恢复机制。对于日常查看趋势新闻来说,这个工具足够好用。