add flags to README

This commit is contained in:
2018-09-16 15:58:17 +01:00
parent 524f6a45cd
commit 5262c23281

View File

@@ -16,6 +16,13 @@ Run:
python crawler.py -u https://urltocrawl.com [-c 100] python crawler.py -u https://urltocrawl.com [-c 100]
``` ```
Flags:
- -u/--url https://url.com
- The base URL is required.
- -c/--concurrency 100
- Specifying concurrency value is optional (defaults to 100).
## Results ## Results
The resulting sitemap will be output to the root of this directory as `sitemap.html` The resulting sitemap will be output to the root of this directory as `sitemap.html`