Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dartagnanjacobson/global_poker_scraper
Global Poker Hand History Scraper
https://github.com/dartagnanjacobson/global_poker_scraper
Last synced: 14 days ago
JSON representation
Global Poker Hand History Scraper
- Host: GitHub
- URL: https://github.com/dartagnanjacobson/global_poker_scraper
- Owner: dartagnanjacobson
- Created: 2023-08-11T22:36:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-12T14:55:26.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:55:10.195Z (3 months ago)
- Language: Python
- Homepage:
- Size: 6.21 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GP_Scraper2
This program scraps hand history data from GlobalPoker.com and stores it as a text file readable by hand databases such as Hold'em Manager or Poker Tracker.
No GUI. Requires chrome, and user must be logged in and on the site's home page.
Most of the main function is obsolete as the program was rewritten to use functions under the 'hand' class. Readability is greatly improved, but the main.py has not updated to remove old code.