Find a file
2025-04-03 08:28:09 -04:00
src Also handle problematic hyphens 2025-04-03 08:28:09 -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 Initial commit 2025-03-27 09:55:19 -04:00
README.md move stuff to src folder, clarify readme 2025-03-27 11:10:31 -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 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 node src/index.mjs.