Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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