diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,5 +6,7 @@ For now there is an example spider with neodarz website. For testing it just run: ``` -scrapy crawl scrape -o out.json +python run.py ``` + +The database is in the sqlite file `khanindexer.db` at the root of the project. |