initial commit
This commit is contained in:
45
README.md
Normal file
45
README.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user