Skip to content
Worix
BrowsePublish
Log inSign Up

Crypto News Feed

Aggregate crypto news from RSS feeds, filter by keywords, score sentiment, and generate daily digest HTML reports.

25 downloads
Free
Reviewed
chinese
productivity

Crypto News Feed šŸ“°

Your personalized crypto news aggregator with sentiment analysis.

Quick Reference Card

Commands at a Glance

CommandUsageOutput
fetchbash scripts/crypto-news-feed.sh fetchFetch latest from all sources
filterbash scripts/crypto-news-feed.sh filter --keywords "bitcoin,ETF"Filter by keywords
digestbash scripts/crypto-news-feed.sh digest --date todayGenerate daily HTML digest
sentimentbash scripts/crypto-news-feed.sh sentiment --keyword "ethereum"Sentiment score for topic
sourcesbash scripts/crypto-news-feed.sh sourcesList configured RSS feeds
add-sourcebash scripts/crypto-news-feed.sh add-source --url URL --name NAMEAdd new RSS source
trendingbash scripts/crypto-news-feed.sh trendingShow trending topics

Default RSS Sources

šŸ“” CoinDesk          https://www.coindesk.com/arc/outboundfeeds/rss/
šŸ“” CoinTelegraph     https://cointelegraph.com/rss
šŸ“” The Block         https://www.theblock.co/rss.xml
šŸ“” Decrypt           https://decrypt.co/feed
šŸ“” Bitcoin Magazine   https://bitcoinmagazine.com/feed
šŸ“” Blockworks        https://blockworks.co/feed
šŸ“” DL News           https://www.dlnews.com/rss/

Sentiment Scoring System

Score Range    Label         Emoji    Meaning
─────────────────────────────────────────────────
 0.6 to  1.0  Very Bullish  🟢🟢    Strong positive language
 0.2 to  0.6  Bullish       🟢      Positive outlook
-0.2 to  0.2  Neutral       ⚪      Balanced/factual
-0.6 to -0.2  Bearish       šŸ”“      Negative outlook
-1.0 to -0.6  Very Bearish  šŸ”“šŸ”“    Strong negative language

Keyword Categories (Built-in)

  • DeFi: defi, yield, liquidity, farming, pool, swap, AMM
  • NFT: nft, opensea, blur, collection, mint, pfp
  • L2: layer2, rollup, arbitrum, optimism, zksync, base
  • Regulation: sec, regulation, lawsuit, ban, approve, etf
  • Meme: meme, doge, shib, pepe, bonk, wif

Filter Examples

# DeFi news only
bash scripts/crypto-news-feed.sh filter --category defi

# Multiple keywords
bash scripts/crypto-news-feed.sh filter --keywords "solana,jupiter,jito"

# Bullish news only
bash scripts/crypto-news-feed.sh filter --min-sentiment 0.2

# Last 24 hours, bearish signals
bash scripts/crypto-news-feed.sh filter --hours 24 --max-sentiment -0.2

# Combine filters
bash scripts/crypto-news-feed.sh filter --keywords "bitcoin" --min-sentiment 0.3 --hours 48

Daily Digest Output

The digest command generates crypto-digest-YYYY-MM-DD.html containing:

  1. šŸ“Š Market Sentiment Overview — Average sentiment across all articles
  2. šŸ”„ Top Stories — Highest-engagement articles
  3. šŸ“ˆ Trending Topics — Most mentioned keywords
  4. šŸ“° All Articles — Full list with sentiment badges
  5. šŸ“‰ Sentiment Timeline — Hourly sentiment chart

Environment Variables

VariableDefaultDescription
NEWS_FEED_DIR./crypto-newsOutput directory
NEWS_MAX_AGE72Max article age in hours
NEWS_SOURCES_FILE~/.crypto-news-sources.jsonCustom sources config
NEWS_CACHE_TTL1800Cache TTL in seconds

Automation

# Add to crontab for daily 8am digest
0 8 * * * cd /path/to/workspace && bash skills/crypto-news-feed/scripts/crypto-news-feed.sh digest --date today

Download

ZIP package — ready to use

Skill Info

Creator
bytesagain1
Downloads
25
Published
Mar 15, 2026
Updated
Mar 16, 2026