agoragames / bnet_scraper

A Nokogiri-based scraper of Battle.net profiles. Currently this only includes Starcraft2.
MIT License
22 stars 7 forks source link

Adds Grandmaster scraping by region #15

Closed cadwallion closed 11 years ago

cadwallion commented 11 years ago

Adds the ability to scrape Grandmaster ladders.

players = BnetScraper::Starcraft2::GrandmasterScraper.new(region: :us).scrape
players.size # => 200
players.keys # => [:name, :rank, :race, :points, :wins, :losses]
cadwallion commented 11 years ago

Wrote this yesterday, forgot to submit the PR. Merging for great justice.

czarneckid commented 11 years ago

Are you going to update the README and release a new version?

cadwallion commented 11 years ago

Yep, brewing coffee and then I'll cut a release.