All Projects → mr-feek → global-poker-hand-history-converter-chrome-extension

mr-feek / global-poker-hand-history-converter-chrome-extension

Licence: MIT license
Chrome Extension for fetching Global Poker hand histories and converting them to poker stars format.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

global-poker-hand-history-converter-chrome-extension

This chrome extension enables you to download your Global Poker hand histories in the same format that Poker Stars uses for its hands for importing into Poker Tracker 4.

This repository holds the source code for the chrome extension. The source code for actually converting hand histories to poker stars lives here. Therefore, any issues regarding the actual conversion of hand histories should be opened up there.

Installation

Chrome Extension Per the request of Global Poker, this extension has been removed from the web store.

Pre reqs to install:

Steps:

  • clone this repository git clone https://github.com/mr-feek/global-poker-hand-history-converter-chrome-extension.git
  • cd global-poker-hand-history-converter-chrome-extension
  • Install dependencies: yarn install
  • Build the extension
    • OS X: npm run dist
    • WINDOWS: SET NODE_ENV=production & npm run build you will now notice that build/ directory has files. This is where you will load the chrome extension into chrome from.
  • open up chrome and navigate to chrome://extensions
  • in the top left, click on Load unpacked
  • select the build directory of the plugin (it will be inside of wherever you cloned the chrome extension to)

Usage

Login to global poker and navigate to Profile > Hand History. You will see a new piece of UI inserted on the page which will enable you to download the converted hand histories.

Image coming soon...

Support on Beerpay

Hey dude! Help me out for a couple of 🍻!

Beerpay Beerpay

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].