No description
Find a file
2025-08-12 18:27:59 -04:00
bin Add one-off script for adding hrothgar/viera headwear compatibility data 2025-08-12 18:27:59 -04:00
lib Add one-off script for adding hrothgar/viera headwear compatibility data 2025-08-12 18:27:59 -04:00
.gitignore Initial commit 2025-03-27 09:55:19 -04:00
package-lock.json Initial commit 2025-03-27 09:55:19 -04:00
package.json Restructure project files 2025-07-29 19:04:14 -04:00
README.md Add script for populating id-gt from XIVAPI 2025-07-29 22:02:55 -04:00

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 appropriate id-edb infobox parameter.
  • bin/add-gt-ids: The same for Category:Missing internal ID, looking up internal IDs via XIVAPI and populating the id-gt parameter.

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.