aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 726b105ec6c1f1926173262890e0f0eb27780071 (plain)
1
2
3
4
5
6
7
8
9
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
```