Exemplo n.º 1
0
def run_spiders():
  t = ProcessBasedUtils()
  t.run_spiders(ListingSourceScraperConfig, 'scraper', 'scraper_runtime', 'listing_spider')
Exemplo n.º 2
0
def run_checkers():
  t = ProcessBasedUtils()
  t.run_checkers(ListingCheckerConfig, 'scraper', 'checker_runtime', 'listing_checker')