From 785bfd407fd6873fc3839b37173feb50cfc61a87 Mon Sep 17 00:00:00 2001 From: Law Zava Date: Sat, 6 Mar 2021 19:05:30 +0200 Subject: [PATCH] :pencil: update docs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1530fd0..8612a9f 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,8 @@ Depends on `chromium` or `google-chrome` being available in path if `--js` is us --recursively Scrape website recursively (default true) -w, --website string Website to scrape (default "https://lawzava.com") ``` + +### Note about scraper package + +For those that are looking for `scraper` package - this repository was intended as a cli-use only thus the scraper package was moved to [lawzava/emailscraper](https://github.com/lawzava/emailscraper). +The `scrape` utility will be maintained as a CLI implementation of `emailscraper` package.