Skip to content

Bronya-Rand/HoYoWiki-Scraper-TS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoyoLAB Wiki Scraper

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.

How to install

  1. Before you begin, make sure you set a config enableServerPlugins to true in the config.yaml file of SillyTavern.

  2. Open a terminal in your SillyTavern directory, then run the following:

cd plugins
git clone https://github.com/Bronya-Rand/HoYoWiki-Scraper-TS

How to build

Clone the repository, then run npm install.

# Debug build
npm run build:dev
# Prod build
npm run build

License

AGPLv3

About

A TypeScript implementation of scraping miHoYo/HoYoverse's HoYoLAB wiki pages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published