No description
Find a file
2024-10-22 20:42:05 +02:00
src Initial commit 2024-10-22 20:42:05 +02:00
.gitignore Initial commit 2024-10-22 20:42:05 +02:00
Cargo.lock Initial commit 2024-10-22 20:42:05 +02:00
Cargo.toml Initial commit 2024-10-22 20:42:05 +02:00
LICENSE Initial commit 2024-10-22 20:42:05 +02:00
README.me Initial commit 2024-10-22 20:42:05 +02:00
rustfmt.toml Initial commit 2024-10-22 20:42:05 +02:00

# Rusty LeekWars bot

[Install Rust](https://rustup.rs/).

Build:

```bash
cargo build --release
```

Run:
```bash
./target/release/leekwarsbot -u <username> -f 50 -d 60
```