Git Product home page Git Product logo

process-log-mavens's Introduction

process-log-mavens

Tools for processing Poker Mavens logs.

processLogMavens.py is a workhorse script that reads hand histories from Poker Mavens instances and puts out information about each player discovered in the hand histories, and what their transactions were in terms of entering play, leaving play, adding on while in play.

process-log-mavens's People

Contributors

yellowtongue avatar cchervitz avatar

Stargazers

Kirill  avatar  avatar

Watchers

 avatar Kirill  avatar  avatar

process-log-mavens's Issues

Skip Prior issues

As currently written, the --skip-prior-hands option has some issues:

  • files must be passed in a specific order so that the correct hands are skipped
  • skipping can only be done for one table. if files for multiple tables are passed in, only the table in the first file will get the skip logic
  • there is no indication in output that any hands were skipped

I plan to address these items by moving the skip hands logic from the loop that reads in the files and forms the data structure of split hands, and instead move the skip logic to the loop that processes those split hands.

This way the order will no longer matter, and the skip logic will apply to as many tables as are found.

FYI @cchervitz

Change format of roster.json to read from direct export of PokerMavens

PokerMavens has an option to Export "Account names & emails" to a file. This should be the format that the roster file directly uses. I know JSON is far easier to parse, and an argument could be made that PokerMavens should just update its export routine to produce a JSON file, but for now, I think this might be the faster route.

Externalize some of the constants

It'd be really nice to externalize some of the constants used in the script (e.g., email items - subject, from, cc, smtpserver, smtpport, & the "note" used in balances.csv) in an external JSON/XML file. If no file exists, then leave as defaults as currently is now. This way, we could pull new versions down and not have to constantly edit with our own personal values.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.