0.0
No commit activity in last 3 years
No release in over 3 years
You can retrieve profile stats, specific hero stats, cumulative hero stats, achievements, and patch notes from Blizzard Overwatch web scraping.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0
>= 0

Runtime

= 0.13.7
 Project Readme

Overwatch stats

This is a gem that can be used to retrieve information about Overwatch players by scraping Blizzard's website and returns the data as JSON. Here are some of the available commands:

# Battle.net tags are case sensitive. Also the # must be replaced by a -

Overwatch.fetch_profile(system, region, battle_net_tag) # 'pc', 'us', 'Battlenettag-1245'

#Does not accept special characters(ex: Ĺucio = Lucio) and is case sensitive
Overwatch.fetch_hero(system, region, battle_net_tag, hero_name) # 'pc', 'us', 'Battlenettag-1245', 'Soldier76'

Overwatch.fetch_cumulative_hero_data(system, region, battle_net_tag) # 'pc', 'us', 'Battlenettag-1245'

Overwatch.fetch_achievements(system, region, battle_net_tag) # 'pc', 'us', 'Battlenettag-1245'

Overwatch.fetch_patch_notes # Returns all the patch notes