Add reddit-scanner project - Reddit search and topic scanning - Sentiment analysis from comments - No auth required (uses public JSON API) - Rate limiting built in

This commit is contained in:
2026-01-30 23:25:22 -06:00
parent 5fc5ec58d2
commit 475ed541c9
4 changed files with 311 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# reddit-scanner
Scan Reddit for sentiment and discussions on topics
## Setup
```bash
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
## Usage
```bash
python main.py
```