From b43b8837ef7fb3ad25193d9741cb1aac9c97c851 Mon Sep 17 00:00:00 2001 From: ewin Date: Tue, 12 Aug 2025 19:02:54 -0400 Subject: [PATCH] add note about one-time scripts --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5de7f4b..e08e402 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Wiki bot scripts for https://ffxiv.consolegameswiki.com. - `bin/add-edb-ids`: Attempts to fix items in [Category:Missing EDB ID](https://ffxiv.consolegameswiki.com/wiki/Category:Missing_EDB_ID) by looking them up in Eorzea Database and adding the appropriate `id-edb` infobox parameter. - `bin/add-gt-ids`: The same for [Category:Missing internal ID](https://ffxiv.consolegameswiki.com/wiki/Category:Missing_EDB_ID), looking up internal IDs via [XIVAPI](https://v2.xivapi.com) and populating the `id-gt` parameter. +Scripts for other one-time maintenance tasks (e.g. bulk renames) can be found for `bin/one-time`, mostly just in case I need to repurpose them for other stuff in the future. + ## Usage You'll need a recent version of Node.js (22+). Install dependencies via `npm ci`, set the `MW_USERNAME` and `MW_PASSWORD` environment variables to your account username and [bot password](https://www.mediawiki.org/wiki/Manual:Bot_passwords) respectively, then run the scripts in the `bin` folder.