modulepackage
0.0.0-20200219035635-7d5592e4a0a6
Repository: https://github.com/bigheadgeorge/odscraper.git
Documentation: pkg.go.dev
# README
goverbuff
A package for scraping player information from Overbuff.
Why?
Unofficial APIs that scrape stats from the Blizzard website are nice, but they're only useful when the person's profile isn't private. Overbuff still has stats for private profiles from before the change was made, giving at the very least an estimate of somebody's skill level (even if it's inaccurate).
# Functions
DefaultClient returns a client with a reasonable timeout.
GetPlayer returns player stats scraped from Overbuff.
IsNotFound checks if an error produced by GetPlayer is a 404 error.
# Constants
Timeout is the timeout for the client returned by DefaultClient().