Go to file
2025-10-14 09:19:40 +07:00
cmd/reddit-scraper first commit 2025-10-14 09:19:40 +07:00
internal first commit 2025-10-14 09:19:40 +07:00
.env.example chore: bootstrap project skeleton with README, .env.example, .gitignore and minimal main 2025-10-13 23:23:52 +07:00
.gitignore chore: bootstrap project skeleton with README, .env.example, .gitignore and minimal main 2025-10-13 23:23:52 +07:00
go.mod first commit 2025-10-14 09:19:40 +07:00
go.sum first commit 2025-10-14 09:19:40 +07:00
README.md chore: bootstrap project skeleton with README, .env.example, .gitignore and minimal main 2025-10-13 23:23:52 +07:00
TODO.md first commit 2025-10-14 09:19:40 +07:00

Reddit Scraper MVP

Lightweight Reddit post scraper.

Usage example:

go run ./cmd/reddit-scraper -keyword "golang" -limit 1000

Configuration via flags or .env file.

Outputs written to data/{keyword}_{timestamp}.jsonl.