thewitcher96
Newbie
- Mar 20, 2024
- 1
- 0
I want to make a statistics bot for baccara like this one

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

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??

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

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
anny help??