Commit Graph

2 Commits

Author SHA1 Message Date
Marvin c9feafe9e4 Fix include_comments parameter to respect query value
Previously hardcoded to True, now properly uses the endpoint parameter.
This allows faster responses when comments are not needed.
2026-03-15 10:00:20 -03:00
Marvin f961b71992 Reddit Scraper with Selenium browser automation
- Switched from API scraping to Selenium + Firefox headless browser
- Uses old.reddit.com for cleaner DOM structure and better reliability
- FastAPI server with CLI port selection (--port flag)
- Custom error format: {"Error": "The boat went on fire..."}
- Updated README with current implementation details
2026-03-14 17:57:08 -03:00