Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Warframe Code Checker

Batch-test and redeem Warframe promo codes — glyphs, decorations, boosters — on the official warframe.com/promocode page. Ships with the full list of currently active codes in codes.txt and a resumable Playwright-based checker that classifies every code.

What's inside

  • codes.txt — all currently active codes: global event codes (PRIDE2026, SPECIALEFFECT, GOLDEN, PARVOS, MISTLETOE2025, QTCC5KREWARD, QTCC10KBUNDLE) plus 90+ creator/community glyph codes.
  • src/check.js — automated checker/redeemer: logs the verdict of every code.

How it works

The tool drives the official promo page in a persistent Chromium profile. For each code it:

  1. Opens https://www.warframe.com/en/promocode
  2. Fills in the code and requests an invisible reCAPTCHA Enterprise token via the page's own fetchRecaptchaToken('promocode')
  3. Submits the form and reads the verdict

Verdicts:

Verdict Meaning
SUCCESS Code accepted — reward credited to the account
ALREADY-REDEEMED Valid code, but already used on this account
INVALID Code is not valid (typo or expired)
RECAPTCHA-FAIL reCAPTCHA token rejected — wait and retry
SERVER-ERROR Server-side error/throttle — retry later
UNKNOWN No response detected

Progress is persisted in results.json / results.csv after every code, so you can stop any time and continue later.

Usage

npm install
npx playwright install chromium
npm start
  1. First run opens a browser window with a persistent profile (./profile) — log in to your Warframe account once.
  2. Re-run npm start — it processes one batch (default 3 codes) per run and continues where it left off.
  3. Check results.csv for the verdict of every code.

Options (env vars)

Var Default Description
BATCH 3 Codes per run
WAIT 2500 ms between verdict polls
BATCH=5 npm start

Notes

  • Codes are case-insensitive but should be pasted exactly as listed.
  • Event codes expire (e.g. PRIDE2026 ends 2027年05月31日); creator glyph codes usually stay active for years.
  • There is no free-Platinum promo code — any site claiming one is a scam.
  • Redeem only on the official page. Never enter your password anywhere else.
  • Using automation against your Warframe account may violate Digital Extremes' Terms of Service — use at your own risk.

License

MIT

About

Batch-test & redeem Warframe promo codes (glyphs, decorations, boosters) on warframe.com/promocode. Includes the full active code list + a resumable Playwright checker that classifies each code.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /