diff options
author | neodarz <neodarz@neodarz.net> | 2019-02-22 00:00:19 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-02-22 00:00:19 +0100 |
commit | e12eb8bd99c1b6695873632e0540fa07379671d4 (patch) | |
tree | 967ea553732aab7d7709da4e5ff5c6d8a72aa182 /README.md | |
parent | 582cfba635143c3fd00a914acc4c8e65587e5a21 (diff) | |
download | khanindexer-e12eb8bd99c1b6695873632e0540fa07379671d4.tar.xz khanindexer-e12eb8bd99c1b6695873632e0540fa07379671d4.zip |
Add a way to specify a crawl to launch
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |