(help) 1xBET statistics bot for BACCARAT

thewitcher96

Newbie
Joined
Mar 20, 2024
Messages
1
Reaction score
0
I want to make a statistics bot for baccara like this one
Screenshot 2024-03-20 132734.png


im using chat gpt to help me, right now i scraped a bit the 1xbet website and got some informations, now i dont know that to do,
https://github.com/community/community/files/14664250/test.1.json ended up with this code
Screenshot 2024-03-20 133327.png
THIS IS ALL THE DATA FROM 1 GAME

DI: game number
this section shows the status of the game (player and banker total points, and game status):
"CPS": "",
"FS": {
"S1": 7,
"S2": 7
},
"I": "Game finished",

this one is the outcome:

"S": [
player cards (card numbers and suits)
{
"Key": "P",
"Value": "[{"S":3,"R":4},{"S":1,"R":8},{"S":2,"R":5}]"
},
banker...
{
"Key": "B",
"Value": "[{"S":2,"R":5},{"S":1,"R":2}]"
},
outcome:
{
"Key": "S",
"Value": "Draw"
}
],

Im very noob, and learning everything today only, i need to make a bot on TG that will send this data to my channel on this format #N570. 8(Q♥️8♦️) - 2(2♥️10♣️)

anny help??
 
Back
Top