HoYoLAB Wiki Scraper is a server plugin for SillyTavern that scrapes the miHoYo/HoYoverse HoYoLAB wiki and exports it as JSON documents.
Both Genshin Impact and Honkai: Star Rail wikis are supported.
-
Before you begin, make sure you set a config
enableServerPluginstotruein the config.yaml file of SillyTavern. -
Open a terminal in your SillyTavern directory, then run the following:
cd plugins
git clone https://github.com/Bronya-Rand/HoYoWiki-Scraper-TSClone the repository, then run npm install.
# Debug build
npm run build:dev
# Prod build
npm run buildAGPLv3