Good afternoon
It is necessary to write a parser (bot) for the Online Automatic Roulette page, which should work on different casinos and make automatic bets.
The roulette is live, automatic, and operates in online mode (see video).
The program should remember the last 15 numbers that have come up in an array and each time a new number appears, determine the weights for the 3 zones of the roulette based on them. The 1st zone is the columns from 1-12, the 2nd zone is 13-24, and the 3rd zone is from 25-36.
In fact, if very briefly, there should be only 3 actions on the roulette page:
1. Select the necessary chip (amount) for the bet. This is done on the roulette with the mouse.
2. Get the next number that has come up, determine the weight values for the 3 zones of the roulette (I will show how to determine them for testing the program).
3. Make simultaneous bets on the corresponding 2 zones. These zones are 1 and 2 or 3 and 2. The chips for these zones are the same.
It is also necessary to create a small window separately from the roulette site and somehow link it to the roulette page on the local computer for the Chrome browser. The window should work synchronously with the roulette page.
In the screenshot, the window is shown in a yellow frame.
During operation, there is no need to connect to the casino server.
The program should preferably have a function in Javascript and leave space for determining the weight values.
Below is a general view of the roulette page.
And in the video, it is shown how it accepts bets in manual mode in real time. This needs to be automated.
The program should work as follows:
- As soon as we manually open the roulette page, a window (shown in the yellow frame) opens simultaneously in the upper right corner.
- We wait a few minutes (about 6) until the array with the last 15 numbers is filled.
- using the mouse, we select the chip that will be our default until the next selection.
- the program receives the next number that has come out, shifts the array to the right, determines the weights of all 3 zones, and makes a bet on two zones.
https://www.youtube.com/watch?v=7Z_yMNyWJhA