Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
/ 8u-bot Public archive

Tooling that automates your betting interactions on 8u.com

Notifications You must be signed in to change notification settings

jermainee/8u-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8u.com Bot

Tooling that automates your betting interactions on 8u.com implemented in Python using the Selenium module.

Installation

Linux

Execute sudo ./install.sh in your command line interface.

Windows

  1. Install Firefox
  2. Install GitHub Desktop
  3. Clone this repository using GitHub Desktop
  4. Download and unzip geckodriver into the cloned repository
  5. Add geckodriver to Windows PATH
  6. Install Python3
  7. Run in CMD py -m pip install selenium
  8. Run in CMD py -m pip install selenium-requests

Manually

Install the following packages manually:

Starting the bot (cli)

python3 main.py

or double click on main.py

Stopping the bot

To stop the bot, simply press CTRL + C in the cli window.

GUI Settings

Credentials

Enter your 8u.com user credentials, with which the bot logs into your account.

Settings

Variable Description
game_name Game identifier of 8u.com, which can be found in the url of the game
minutes Number of minutes of one game round
history_length Number of past games to be used to calculate the score
initial_bet_amount Amount of the first bet placed as decimal number, e.g. 0.50
loss_multiplicator Number with which the initial_bet_amount is to be multiplied in case of a loss
low_threshold First lowest threshold from which score a bet should be placed, e.g. -10
low_bet_type Bet type which should be set when the low_threshold is reached, e.g. "big"
high_threshold First highest threshold from which score a bet should be placed, e.g. 10
high_bet_type Bet type which should be set when the high_threshold is reached, e.g. "small"
max_bets Max number of bets that should be placed in loss cases, e.g. 8
headless Run bot without browser window visible

About

Tooling that automates your betting interactions on 8u.com

Topics

Resources

Stars

Watchers

Forks