Skip to content

Server plugin to scrape Fandom wiki pages and export to JSON documents.

License

Notifications You must be signed in to change notification settings

aceman1209/SillyTavern-Fandom-Scraper

 
 

Repository files navigation

SillyTavern Fandom/MediaWiki Scraper

Server plugin to scrape Fandom and MediaWiki wiki pages and export to JSON documents.

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/SillyTavern/SillyTavern-Fandom-Scraper
  1. Restart the SillyTavern server.

How to build

Clone the repository, then run npm install.

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

License

AGPLv3

About

Server plugin to scrape Fandom wiki pages and export to JSON documents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.8%
  • JavaScript 19.2%