Importing non-site hands

  1. Home
  2. Forums
  3. General Support For DriveHUD 2
  4. Importing non-site hands

Home Forums General Support For DriveHUD 2 Importing non-site hands

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #710911
    Ryan Mergen
    Participant

    Hi,

    I have hands in this format:

    {
    “header”: {
    “hand_id”: “”,
    “network”: “xxx”,
    “timestamp”: “2026-03-13T12:23:42”,
    “game_type”: “Cash Game”,
    “variant”: “NLHE”,
    “limit”: “No Limit”,
    “stakes”: {
    “small_blind”: 0.05,
    “big_blind”: 0.1,
    “currency”: “USD”
    },
    “table”: {
    “name”: “”,
    “max_seats”: 9
    }
    },
    “seats”: [
    {
    “seat”: 1,
    “player”: “Kassouf”,
    “stack”: 56.12,
    “is_button”: false
    },
    {
    “seat”: 2,
    “player”: “KVO777”,
    “stack”: 39.25,
    “is_button”: true
    },
    {
    “seat”: 3,
    “player”: “JP TILT”,
    “stack”: 14.88,
    “is_button”: false
    },
    {
    “seat”: 4,
    “player”: “Well Shirt9850”,
    “stack”: 9.6,
    “is_button”: false
    },
    {
    “seat”: 5,
    “player”: “Sakely6”,
    “stack”: 15.7,
    “is_button”: false
    },
    {
    “seat”: 6,
    “player”: “FuzzyBunnySlippers”,
    “stack”: 51.05,
    “is_button”: false
    },
    {
    “seat”: 7,
    “player”: “Pokerollaa”,
    “stack”: 7.55,
    “is_button”: false
    },
    {
    “seat”: 8,
    “player”: “Art Vandelay”,
    “stack”: 15.9,
    “is_button”: false
    }
    ],
    “hero_cards”: [
    “Jh”,
    “9h”
    ],
    “rounds”: [
    {
    “street”: “PREFLOP”,
    “board”: null,
    “actions”: [
    {
    “player”: “Kassouf”,
    “action”: “ANTE”,
    “amount”: 0.05
    },
    {
    “player”: “KVO777”,
    “action”: “ANTE”,
    “amount”: 0.05
    },
    {
    “player”: “JP TILT”,
    “action”: “ANTE”,
    “amount”: 0.05
    },
    {
    “player”: “Well Shirt9850”,
    “action”: “ANTE”,
    “amount”: 0.05
    },
    {
    “player”: “Sakely6”,
    “action”: “ANTE”,
    “amount”: 0.05
    },
    {
    “player”: “FuzzyBunnySlippers”,
    “action”: “ANTE”,
    “amount”: 0.05
    },
    {
    “player”: “Pokerollaa”,
    “action”: “ANTE”,
    “amount”: 0.05
    },
    {
    “player”: “Art Vandelay”,
    “action”: “ANTE”,
    “amount”: 0.05
    },
    {
    “player”: “JP TILT”,
    “action”: “POST SB”,
    “amount”: 0.05
    },
    {
    “player”: “Well Shirt9850”,
    “action”: “POST BB”,
    “amount”: 0.1
    },
    {
    “player”: “Sakely6”,
    “action”: “POST STRADDLE”,
    “amount”: 0.2
    },
    {
    “player”: “FuzzyBunnySlippers”,
    “action”: “FOLD”,
    “amount”: 0
    },
    {
    “player”: “Pokerollaa”,
    “action”: “RAISE”,
    “amount”: 0.8
    },
    {
    “player”: “Art Vandelay”,
    “action”: “FOLD”,
    “amount”: 0
    },
    {
    “player”: “Kassouf”,
    “action”: “FOLD”,
    “amount”: 0
    },
    {
    “player”: “KVO777”,
    “action”: “CALL”,
    “amount”: 0.8
    },
    {
    “player”: “JP TILT”,
    “action”: “CALL”,
    “amount”: 0.75
    },
    {
    “player”: “Well Shirt9850”,
    “action”: “CALL”,
    “amount”: 0.7
    },
    {
    “player”: “Sakely6”,
    “action”: “CALL”,
    “amount”: 0.6
    }
    ]
    },
    {
    “street”: “FLOP”,
    “board”: [
    “Jc”,
    “4d”,
    “8h”
    ],
    “actions”: [
    {
    “player”: “JP TILT”,
    “action”: “CHECK”,
    “amount”: 0
    },
    {
    “player”: “Well Shirt9850”,
    “action”: “BET”,
    “amount”: 2.2
    },
    {
    “player”: “Sakely6”,
    “action”: “FOLD”,
    “amount”: 0
    },
    {
    “player”: “Pokerollaa”,
    “action”: “CALL”,
    “amount”: 2.2
    },
    {
    “player”: “KVO777”,
    “action”: “FOLD”,
    “amount”: 0
    },
    {
    “player”: “JP TILT”,
    “action”: “RAISE”,
    “amount”: 14.13
    },
    {
    “player”: “Well Shirt9850”,
    “action”: “CALL”,
    “amount”: 6.7
    },
    {
    “player”: “Pokerollaa”,
    “action”: “FOLD”,
    “amount”: 0
    }
    ]
    },
    {
    “street”: “TURN”,
    “board”: [
    “Jc”,
    “4d”,
    “8h”,
    “Jh”
    ],
    “actions”: []
    },
    {
    “street”: “RIVER”,
    “board”: [
    “Jc”,
    “4d”,
    “8h”,
    “Jh”,
    “Qs”
    ],
    “actions”: []
    },
    {
    “street”: “SHOWDOWN”,
    “board”: [
    “Jc”,
    “4d”,
    “8h”,
    “Jh”,
    “Qs”
    ],
    “actions”: [
    {
    “player”: “JP TILT”,
    “action”: “SHOW”,
    “amount”: 0
    },
    {
    “player”: “JP TILT”,
    “action”: “WIN”,
    “amount”: 24.4
    }
    ]
    }
    ],
    “summary”: {
    “total_pot”: 24.4,
    “rake”: 0,
    “winner”: “JP TILT”,
    “final_board”: [
    “Jc”,
    “4d”,
    “8h”,
    “Jh”,
    “Qs”
    ]
    },
    “no_hands_available”: false,
    “is_hand_finished”: true,
    “is_error”: false,
    “first_image”: “chrome_20260313_122342_756.png”,
    “last_image”: “chrome_20260313_122542_450.png”
    }

    how would i get them imported?   From that, I can create a file that is poker stars LIKE
    PokerStars Hand #0: NLHE No Limit ($0.05/$0.10 USD) – 2026/03/13 16:20:58 ET
    Table ‘Unknown’ 6-max Seat #5 is the button
    Seat 1: Kassouf ($50.40 in chips)
    Seat 2: KVO777 ($19.60 in chips)
    Seat 3: JP TILT ($15.13 in chips)
    Seat 4: FuzzyBunnySlippers ($56.24 in chips)
    Seat 5: Tiltio ($5.25 in chips)
    Seat 6: Well Shirt9850 ($10.00 in chips)
    *** HOLE CARDS ***
    Dealt to Hero [Ah 6d]
    *** HOLE CARDS ***
    Kassouf: ante $0.05
    KVO777: ante $0.05
    JP TILT: ante $0.05
    FuzzyBunnySlippers: ante $0.05
    Tiltio: ante $0.05
    Kassouf: post sb $0.05
    KVO777: post bb $0.10
    JP TILT: post straddle $0.20
    FuzzyBunnySlippers: raises to $0.80
    Tiltio: folds
    Kassouf: calls $0.75
    KVO777: calls $0.70
    JP TILT: folds
    *** FLOP *** [10h Ks Jd]
    Kassouf: checks
    KVO777: checks
    FuzzyBunnySlippers: bets $1.43
    Kassouf: raises to $4.29
    KVO777: folds
    FuzzyBunnySlippers: calls $2.86
    *** TURN *** [10h Ks Jd] [Jh]
    Kassouf: bets $3.77
    FuzzyBunnySlippers: folds
    *** SUMMARY ***
    Total pot $15.20 | Rake $0.00
    Board [10h Ks Jd Jh Js]
    Seat 1: Kassouf collected ($15.20)
    Seat 2: KVO777 folded on the Flop
    Seat 3: JP TILT folded before Flop
    Seat 4: FuzzyBunnySlippers folded on the Turn
    Seat 5: Tiltio folded before Flop
    Seat 6: Well Shirt9850 mucked

    but that won’t import and it won’t tell me why.

    Can you give me some guidance on what I’m shooting for here?

    #711070
    EdArguelles
    Keymaster

    Please send us a hand sample to support so I can have our dev team check this for you.

    HOW CAN WE HELP YOU?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Menu