Relative Content

Tag Archive for pythonpandasweb-scrapingpoker

ReCaptcha struggles while Web-Scraping

Creating a ‘Poker-Bot’ to analyze real-time gameplay stats (i.e. pre-flop raise, 3bet, flops 3bet, etc.). I have a version that does this when reading a CSV file from the same directory as the source code, however this does not allow me to analyze real-time gameplay and only shows me stats after a game is finished or I would have to download the file into my directory after each round is played. I am trying to use the URL for a CSV file to web-scrape in real time.