initial commit

This commit is contained in:
2025-08-01 21:42:02 +02:00
commit 69da9f42d4
25 changed files with 659 additions and 0 deletions

45
README.md Normal file
View File

@@ -0,0 +1,45 @@
# replay_downloader
A Tool to mass download EZPPFarm replays from specific leaderboards
## Dependencies
- [Bun](https://bun.sh)
## To install bun:
### Windows:
```bash
powershell -c "irm bun.sh/install.ps1 | iex"
```
### Linux & macOS:
```bash
curl -fsSL https://bun.sh/install | bash
```
---
## To install dependencies:
```bash
bun install
```
---
## To debug:
```bash
bun run debug
```
---
## To build:
```bash
bun run build
```