No description
  • TypeScript 100%
Find a file
2026-03-21 02:24:24 +00:00
.forgejo/workflows Update .forgejo/workflows/daily-warframe-market-prices.yml 2026-03-15 20:23:49 +01:00
data chore: update warframe market prices 2026-03-21 02:24:24 +00:00
scripts first commit 2026-03-08 14:30:10 +01:00
.gitignore first commit 2026-03-08 14:30:10 +01:00
bun.lock first commit 2026-03-08 14:30:10 +01:00
package.json first commit 2026-03-08 14:30:10 +01:00
README.md first commit 2026-03-08 14:30:10 +01:00

wfmarket-prices

This repository contains a daily snapshot of Warframe Market item top orders.

What it does

  • Fetches all items from https://api.warframe.market/v2/items
  • Fetches top orders for each item from /v2/orders/item/{slug}/top
  • Stores top 5 buy and sell orders per item in data/warframe-market-prices.json
  • Enforces request pacing at or below 3 requests/second

Run locally

bun scripts/fetch-warframe-market-prices.ts

You can also run it with:

bun run fetch:prices

Automation

GitHub Actions workflow:

  • File: .github/workflows/daily-warframe-market-prices.yml
  • Schedule: daily at 02:00 UTC
  • Also supports manual trigger via workflow_dispatch