This n8n workflow automatically fetches and analyzes the top cryptocurrency discussions from Reddit to identify the 10 most promising crypto ideas, trends, and opportunities.
- 📊 Fetches hot posts from r/CryptoCurrency and r/CryptoMarkets
- 🔍 Filters posts using comprehensive crypto keywords
- 📈 Ranks posts by engagement (upvotes + comments × 3)
- 🤖 Uses OpenAI GPT-4 to analyze and identify top 10 crypto ideas
- 📋 Provides sentiment analysis and risk assessment for each idea
- Import
reddit_crypto_workflow.jsoninto n8n - Configure Reddit OAuth2 and OpenAI credentials
- Run the workflow manually or schedule it
- n8n instance (v1.101.2+)
- Reddit OAuth2 API credentials
- OpenAI API key with GPT-4 access
See SETUP.md for detailed setup instructions.
{
"success": true,
"timestamp": "2025-09-19T...",
"top_10_crypto_ideas": [
{
"name": "Bitcoin",
"reason": "...",
"sentiment": "Bullish",
"risk": "Medium",
"takeaway": "..."
}
]
}reddit_crypto_workflow.json- The n8n workflow fileREADME.md- This fileSETUP.md- Detailed setup guideLICENSE- MIT License
For issues or questions, please open an issue in this repository.
MIT License - Feel free to modify and use as needed.