diff --git a/scraper.rb b/scraper.rb index 3a7c38f..3d996bf 100644 --- a/scraper.rb +++ b/scraper.rb @@ -1,6 +1,12 @@ +require 'scraperwiki' # encoding: UTF-8 require 'nokogiri' require 'mechanize' +# TODO: +# 1. Fork the ScraperWiki library (if you haven't already) at https://classic.scraperwiki.com/scrapers/cf/ +# 2. Add the forked repo as a git submodule in this repo +# 3. Change the line below to something like require File.dirname(__FILE__) + '/cf/scraper' +# 4. Remove these instructions require 'scrapers/cf'