aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0710132713752630d0e6e9f8f25e023a685ae568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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:

```
python run.py
```

The database is in the sqlite file `khanindexer.db` at the root of the project.