Skip to content

a script to scrape, collect and process data in realtime from PokerStart table. Testing purposes only.

Notifications You must be signed in to change notification settings

emix15/poker_scraper_realtime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poker_scraper_realtime

a script to scrape, collect and process data in realtime from PokerStars table. Testing purposes only.

MainFunction 3 is used to start the script and collects following data from the table:

  • name of every player using OCR Tesseract
  • stack sizes
  • pot size
  • detects every card on the table
  • detects new round
  • detect position of each player
  • detects every action taken by every player
  • detects stage of hand [Pre-flop, flop, turn and river]
  • calculates hand equity for the "hero" player based on number of players at the table and given hole cards and community cards if available
  • calculates varuious statistics such as PFR, VPIP, aggression rate, bet sizes if player makes a bet or raise.

About

a script to scrape, collect and process data in realtime from PokerStart table. Testing purposes only.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%