Skip to content

Commit

Permalink
Automatic update to make ScraperWiki scraper work on morph.io
Browse files Browse the repository at this point in the history
  • Loading branch information
backgroundcheck committed Apr 24, 2016
1 parent 92a0883 commit d2f118e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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'


Expand Down

0 comments on commit d2f118e

Please sign in to comment.