From 4f0be0ab204b6efef751f75af4d9522dbfc0440b Mon Sep 17 00:00:00 2001 From: Tien Nguyen Minh Date: Mon, 11 May 2026 20:15:17 +0700 Subject: [PATCH] docs: flesh out README --- miti-scraper/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/miti-scraper/README.md b/miti-scraper/README.md index 4a03953..8f9a259 100644 --- a/miti-scraper/README.md +++ b/miti-scraper/README.md @@ -1,2 +1,14 @@ # miti-scraper -Scrape a website + +Simple configurable website scraper written in Go. + +## Quick start + +```bash +# Edit config.yaml to set target URLs and rules +go run . +``` + +## License + +Apache-2.0 — see [LICENSE](LICENSE).