Used for testing uk_planning_scraper Ruby gem in the Morph environment
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
244 B

  1. require 'uk_planning_scraper'
  2. require 'scraperwiki'
  3. apps = UKPlanningScraper::Authority.named(ENV['MORPH_AUTHORITY_NAME']). \
  4. validated_days(ENV['MORPH_DAYS'].to_i).scrape
  5. ScraperWiki.save_sqlite([:authority_name, :council_reference], apps)