Files
replay_downloader/README.md
2025-08-01 21:42:02 +02:00

448 B

replay_downloader

A Tool to mass download EZPPFarm replays from specific leaderboards

Dependencies

To install bun:

Windows:

powershell -c "irm bun.sh/install.ps1 | iex"

Linux & macOS:

curl -fsSL https://bun.sh/install | bash

To install dependencies:

bun install

To debug:

bun run debug

To build:

bun run build