Darktide Build Extractor / README.md
README.md553 B
Darktide build extractor
Archiver for darktide.gameslantern.com build pages. Produces standalone pages (talent tree, weapons, curios, tooltips) with all assets mirrored locally, plus a combined index grouped by game patch and class.
Requirements
Python 3.9+ (pip install -r requirements.txt).
Usage
python3 gameslantern_extract.py <build-url> --game-version 1.1.23
python3 gameslantern_extract.py --reindex # rebuild the index onlyOptions: --slug, --title, --no-notes, --weapons-from <url>, --curios-from <url>.
