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

7
projects/reddit-scanner/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
venv/
__pycache__/
*.pyc
.env
*.egg-info/
dist/
build/