Skip to content

Instantly share code, notes, and snippets.

@johno
Created February 3, 2014 15:20
Show Gist options
  • Select an option

  • Save johno/8785732 to your computer and use it in GitHub Desktop.

Select an option

Save johno/8785732 to your computer and use it in GitHub Desktop.
Running Boise Weekly scraper.
shovel|||master $ irb
2.0.0-p353 :001 > require './boise_weekly'
=> true
2.0.0-p353 :002 > Shovel::BoiseWeekly.scrape
=> [#<Event:0x007fb61a178dd8 @title="Banff Mountain Film Festival", @description="", @category=1, @address="700 Idaho", @venue=nil, @bw_id="3046754", @cost="$14-$48", @date="\r\n ..."]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment