Initial commit
This commit is contained in:
commit
b1bf4fb818
8 changed files with 2537 additions and 0 deletions
14
README.me
Normal file
14
README.me
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Rusty LeekWars bot
|
||||
|
||||
[Install Rust](https://rustup.rs/).
|
||||
|
||||
Build:
|
||||
|
||||
```bash
|
||||
cargo build --release
|
||||
```
|
||||
|
||||
Run:
|
||||
```bash
|
||||
./target/release/leekwarsbot -u <username> -f 50 -d 60
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue