Find a file
2025-03-27 10:57:23 -04:00
.gitignore Initial commit 2025-03-27 09:55:19 -04:00
edb-id-bot.mjs remove testing guardrails, add check for auth variables 2025-03-27 10:52:56 -04:00
lodestone.mjs break things up, do some proper mediawiki API stuff to support editing 2025-03-27 10:48:33 -04:00
mediawiki.mjs break things up, do some proper mediawiki API stuff to support editing 2025-03-27 10:48:33 -04:00
package-lock.json Initial commit 2025-03-27 09:55:19 -04:00
package.json Initial commit 2025-03-27 09:55:19 -04:00
README.md add README 2025-03-27 10:57:23 -04:00
util.mjs break things up, do some proper mediawiki API stuff to support editing 2025-03-27 10:48:33 -04:00

ffxiv-wiki-edb-id-script

Wiki bot for https://ffxiv.consolegameswiki.com that attempts to fix items in Category:Missing EDB ID by looking them up in Eorzea Database and adding the appropriate id-edb infobox parameter.

Usage

You'll need Node.js and npm. Install dependencies via npm ci, set MW_USERNAME and MW_PASSWORD to your account username and bot password respectively, then run node edb-id-bot.mjs.