A SillyTavern server plugin designed to dump an entire MediaWiki/Fandom Wiki into a text file for RAG.
IMPORTANT: MediaWiki parsing can take too long due to aggressive rate limits. I recommend using the Fandom version of the wiki you want to scrape.
-
Enable Plugins in SillyTavern Open
config.yamlin your main SillyTavern directory and set:enableServerPlugins: true
-
Clone the Repository Navigate to the
pluginsfolder and clone the project:cd plugins git clone https://github.com/Nidelon/SillyTavern-Fandom-API-Scraper -
Install Dependencies and Build Navigate into the plugin directory and run the setup:
cd SillyTavern-Fandom-API-Scraper npm i npm run build
Do not install this plugin alongside the official SillyTavern-Fandom-Scraper.
This plugin is maintained separately so I can update it more easily. Using both will cause conflicts.
AGPLv3