add config files for Prostor agency

This commit is contained in:
Bilal Catic
2019-10-24 17:11:12 +02:00
parent 935ae60ae1
commit 6fc4218e39
3 changed files with 43 additions and 1 deletions

View File

@@ -37,3 +37,10 @@ RENTAL_CRAWLER_AD_TYPE=enum name of what type of ads should be crawled, check co
RENTAL_CRAWLER_AD_CATEGORIES=comma separated list of enum names of categories to be included, check common/enums.js file for valid values
RENTAL_IGNORED_USERNAMES=!!! This is not used for rental crawler !!!
RENTAL_DELAY_BETWEEN_PAGES=time in miliseconds to wait before indexing next page
#==PROSTOR==
PROSTOR_MAX_PAGES=Restrict crawler to this number of pages
PROSTOR_MAX_RESULTS_PER_PAGE=Only this number or less results from one page will be scraped and saved
PROSTOR_CRAWLER_AD_TYPE=enum name of what type of ads should be crawled, check common/enums.js file for valid values
PROSTOR_CRAWLER_AD_CATEGORIES=comma separated list of enum names of categories to be included, check common/enums.js file for valid values
PROSTOR_IGNORED_USERNAMES=!!! This is not used for prostor crawler !!!
PROSTOR_DELAY_BETWEEN_PAGES=time in miliseconds to wait before indexing next page