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:
17
projects/reddit-scanner/README.md
Normal file
17
projects/reddit-scanner/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user