---
title: "Bitcoin Reddit Sentiment Scanner — Daily mood check from r/cryptocurrency"
description: "Fetch this URL:\nhttps://www.reddit.com/r/cryptocurrency/search.rss?q=bitcoin&sort=new&limit=25\n\nParse the RSS/XML response and extract the title and description of each post.\n\nThen analyze the sentiment of each post based on its title and description:\n- POSITIVE: optimistic, bullish, price going up, good news, adoption\n- NEGATIVE: bearish, crash, scam, FUD, regulation crackdown, price drop\n- NEUTRAL: question, discussion, neither positive nor negative\n\nCount how many posts fall into each category.\n\nThen send me a Telegram message in this format:\n\"📊 Bitcoin Reddit Sentiment (last 25 posts)\n🟢 Positive: X posts\n🔴 Negative: X posts\n⚪️ Neutral: X posts\n\nSentiment: [BULLISH / BEARISH / MIXED] — based on which category dominates\n\nTop signal: [paste the most interesting/extreme title you found]\"\n\nIf positive > negative by 5+ posts: label as BULLISH\nIf negative > positive by 5+ posts: label as BEARISH\nOtherwise: MIXED"
canonical: "https://hub.ironclaw.com/usecases/bitcoin-reddit-sentiment-scanner-daily-mood-check-from-r-cryptocurrency"
markdown: "https://hub.ironclaw.com/usecases/bitcoin-reddit-sentiment-scanner-daily-mood-check-from-r-cryptocurrency.md"
type: "use-case"
categories: ["Web 3 / Crypto","Research","Automation"]
author: "Evgeny"
---

# Bitcoin Reddit Sentiment Scanner — Daily mood check from r/cryptocurrency

## Example Prompt

> Fetch this URL:
> https://www.reddit.com/r/cryptocurrency/search.rss?q=bitcoin&sort=new&limit=25
> 
> Parse the RSS/XML response and extract the title and description of each post.
> 
> Then analyze the sentiment of each post based on its title and description:
> - POSITIVE: optimistic, bullish, price going up, good news, adoption
> - NEGATIVE: bearish, crash, scam, FUD, regulation crackdown, price drop
> - NEUTRAL: question, discussion, neither positive nor negative
> 
> Count how many posts fall into each category.
> 
> Then send me a Telegram message in this format:
> "📊 Bitcoin Reddit Sentiment (last 25 posts)
> 🟢 Positive: X posts
> 🔴 Negative: X posts
> ⚪️ Neutral: X posts
> 
> Sentiment: [BULLISH / BEARISH / MIXED] — based on which category dominates
> 
> Top signal: [paste the most interesting/extreme title you found]"
> 
> If positive > negative by 5+ posts: label as BULLISH
> If negative > positive by 5+ posts: label as BEARISH
> Otherwise: MIXED

## What the Agent Does

The agent fetches the 25 most recent Bitcoin-related posts from r/cryptocurrency using the public RSS feed (no API key required). It parses each post's title and description, classifies sentiment as positive, negative, or neutral based on keywords and context, then counts the breakdown. If positive posts outnumber negative by 5+, it labels the mood BULLISH; if negative dominates, BEARISH; otherwise MIXED. It sends a clean Telegram summary with the counts, overall label, and the most interesting signal post it found.

![Image](https://github.com/user-attachments/assets/8e082aee-496a-49e7-bde2-faa7a09f4cbf)

## Skills and Tools

- http
- message

## Categories

- Web 3 / Crypto
- Research
- Automation

## Links

- [HTML page](https://hub.ironclaw.com/usecases/bitcoin-reddit-sentiment-scanner-daily-mood-check-from-r-cryptocurrency)

