Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johno/shovel
A scraper for Boise Weekly and BSU Events.
https://github.com/johno/shovel
Last synced: 9 days ago
JSON representation
A scraper for Boise Weekly and BSU Events.
- Host: GitHub
- URL: https://github.com/johno/shovel
- Owner: johno
- Created: 2013-04-05T18:49:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T05:15:19.000Z (almost 11 years ago)
- Last Synced: 2024-11-25T05:57:33.591Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 251 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shovel
## What is it?
A scraper for the Boise Weekly and Boise State events, with more to come.
## Usage
Some examples of the possible commands.
```ruby
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
```## Requirements
- nokogiri
- mechanize
- open-uri
- oj (https://github.com/ohler55/oj)## Contributing
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Added some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request