From 42c0e16aa479492fae34e41c412639f787ebc98c Mon Sep 17 00:00:00 2001 From: Damyan Yordanov Date: Wed, 24 Jan 2024 12:54:42 +0100 Subject: [PATCH] Update readme to mention the new "random" strategy --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8af92a8..95825bb 100644 --- a/README.md +++ b/README.md @@ -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