Skip to content

Commit

Permalink
Update readme to mention the new "random" strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan committed Jan 24, 2024
1 parent 136f83b commit 42c0e16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
# Description
Implements some basic automation for auto submitting tips on [kicktipp](https://kicktipp.com). The auto submitting is based on [selenium](https://www.selenium.dev) browser automation. Login credentials are PGP-encrypted with [SOPS](https://technotim.live/posts/install-mozilla-sops/).

Currently only result submitting for the `2-1 bot` is implemented, but the automation module can be extended easily for each types of bets.
Currently only two result submitting strategies are implemented:
- `2-1` for the "2-1 bot" (use -2, default)
- `random` for the "random bot" (use -r)

but the automation module can be extended easily to support any type of bets.


# Requirements
Expand Down

0 comments on commit 42c0e16

Please sign in to comment.