Crypto Sentiment Analyzer CLI — Gauge Reddit Sentiment for Any Coin
Want to know what the crowd actually thinks about a crypto project before buying? This tool scrapes Reddit and runs VADER sentiment analysis to give you a score.
Features
- Searches 5 crypto subreddits
- VADER sentiment scoring (-1 to +1)
- Bullish / Bearish / Neutral labels
- Top posts by engagement with links
- Configurable time range (1–7 days)
- JSON output for dashboards
Usage
# Analyze sentiment for a coin
crypto_sentiment Solana --days 3
# JSON output for piping
crypto_sentiment BTC --days 1 --json
Install
pip install neuralmint/crypto-sentiment
Risk Scoring
| Sentiment Score | Label | Signal |
|---|---|---|
| +0.3 to +1.0 | Bullish | Positive market mood |
| -0.3 to +0.3 | Neutral | Indifferent / mixed |
| -1.0 to -0.3 | Bearish | Negative sentiment |
Support development:
SOL: 4TGyiYBjaYhFFPNYyCoJjf16ctUsWVBiMR1FXQxEfhWi
ETH: 0xe07f177E0725c11EEc8BeA34C5b5193CaF2a1A6a
Tags: python, cli, opensource, devtools
Series: neuralmint CLI Tools
Top comments (0)