docs: flesh out README

This commit is contained in:
2026-05-11 20:15:17 +07:00
parent fdb341b811
commit 4f0be0ab20
+13 -1
View File
@@ -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).