From 82746a2b76e5948333133bfe07c1042af2cd33b7 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 10 Jan 2019 23:54:18 +0100 Subject: Initial commit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..726b105 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +Simple search engine - but you can search nothing for the moment + +# Crawling + +For now there is an example spider with neodarz website. +For testing it just run: + +``` +scrapy crawl scrape -o out.json +``` -- cgit v1.2.1