A scraper for the Boise Weekly and Boise State events, with more to come.
Some examples of the possible commands.
Shovel::BoiseWeekly.scrape
Shovel::BoiseWeekly.scrape :next_week
Shovel::BoiseWeekly.scrape :this_weekend
Shovel::BoiseWeekly.scrape :next_seven_days, param: '&page=2'
Shovel::BoiseWeekly.scrape :next_seven_days, param: '&page=3'
Shovel::BoiseState.scrape
- nokogiri
- mechanize
- open-uri
- oj (https://github.com/ohler55/oj)
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Added some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request