Fetch live crypto news from public RSS feeds — no API key required.
scripts/fetch_news.sh [keyword] [hours]
keyword — filter by token or topic (e.g. bitcoin, ZEC, ETF, regulation). Leave empty for all news.hours — lookback window, default 24# All news, last 24h
bash skills/crypto-market-news/scripts/fetch_news.sh
# ZEC-specific news, last 48h
bash skills/crypto-market-news/scripts/fetch_news.sh "zcash" 48
# Regulation news
bash skills/crypto-market-news/scripts/fetch_news.sh "regulation" 24
共 1 个版本