Skip to content

xivapi/godestone

Repository files navigation

godestone

Documentation Badge Go Report Card Dependencies Code Size Repo Size

Go scraper for The Lodestone.

Installation

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.

Data providers

Package Size Description
bingode Code Size A binary-packed data provider. Large and requires updates each patch, but works without relying on any websites besides The Lodestone.

Usage

Refer to the examples/ folder for basic usage.

Contributing

Make sure to checkout the submodules if you are changing CSS selector information.

Dependencies

Repacking

To repack the submodules, just run generate.sh.