No description
| bin | ||
| lib | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
ffxiv-wiki-scripts
Wiki bot scripts for https://ffxiv.consolegameswiki.com.
bin/add-edb-ids: Attempts to fix items in Category:Missing EDB ID by looking them up in Eorzea Database and adding the appropriateid-edbinfobox parameter.bin/add-gt-ids: The same for Category:Missing internal ID, looking up internal IDs via XIVAPI and populating theid-gtparameter.
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 respectively, then run the scripts in the bin folder.