From e12eb8bd99c1b6695873632e0540fa07379671d4 Mon Sep 17 00:00:00 2001 From: neodarz Date: Fri, 22 Feb 2019 00:00:19 +0100 Subject: Add a way to specify a crawl to launch --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c5fcd6a..34ce041 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,13 @@ For launch all the crawler use the following command: python app.py crawl ``` +You can also specific a spider to crawl, for example `nevrax_crawler` with the +command: + +``` +python app.py crawl nevrax_crawler +``` + # Indexing Before lauch indexing or searching command you must verifiy that the folder of -- cgit v1.2.1