feat(loldle): weekly scraper for champion data from loldle.net

Pulls canonical game fields (gender, positions, range_type, regions,
release_date) from loldle.net's JS bundle and merges with ddragon
championFull for display metadata (title, resource, genre, skinCount,
image). Opens a PR weekly via GitHub Actions (Mon 06:00 UTC).
This commit is contained in:
2026-04-22 13:14:12 +07:00
parent 260a9c54fe
commit dd38e39c4e
3 changed files with 224 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
"build": "npm run build:loldle-data && npm run build:wordle-data",
"build:loldle-data": "node scripts/build-loldle-data.js",
"build:wordle-data": "node scripts/build-wordle-data.js",
"scrape:loldle-data": "node scripts/scrape-loldle-data.js",
"deploy": "npm run build && wrangler deploy && npm run db:migrate && npm run register",
"db:migrate": "node scripts/migrate.js",
"register": "node --env-file-if-exists=.env.deploy scripts/register.js",