Go scraper for The Lodestone.
Just add the package to your go.mod
or run go get github.com/xivapi/godestone/v2
.
Also be sure to install a data provider service to initialize the scraper.
Package | Size | Description |
---|---|---|
bingode | A binary-packed data provider. Large and requires updates each patch, but works without relying on any websites besides The Lodestone. |
Refer to the examples/
folder for basic usage.
Make sure to checkout the submodules if you are changing CSS selector information.
To repack the submodules, just run generate.sh
.