Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sillytavern/sillytavern-fandom-scraper

Server plugin to scrape Fandom wiki pages and export to JSON documents.
https://github.com/sillytavern/sillytavern-fandom-scraper

plugin

Last synced: about 5 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

```bash
cd plugins
git clone https://github.com/SillyTavern/SillyTavern-Fandom-Scraper
```

3. Restart the SillyTavern server.

## How to build

Clone the repository, then run `npm install`.

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

## License

AGPLv3