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
Description
Languages
TypeScript
100%