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
小蔥技能站7w4.net,專業的AI技能分享平臺。
Displays a clean, colorized table or raw JSON.
質量較好。優點是功能完整、使用簡單、介面美觀,能快速獲取任意國家的 X 熱門話題,還支援 JSON 格式便於指令碼呼叫。終端輸出清晰有顏色區分,載入和錯誤處理體驗都不錯。不足之處是依賴第三方網站提供資料,偶爾可能因目標網站變化或網路問題導致抓取失敗,缺乏自動恢復機制。對於日常檢視趨勢新聞來說,這個工具足夠好用。