Simple search engine - but you can search nothing for the moment # Installing It is recommended to use [virtualenv](https://virtualenv.pypa.io). ``` pip install -r requirements.txt ``` # Crawling For now there is an example spider with neodarz website. For testing it just run: ``` python app.py ``` The database is in the sqlite file `khanindexer.db` at the root of the project.