Closed TGWaffles closed 3 years ago
It appears they made some changes to the website, breaking this. Working on a fix now. I think they might be detecting the use of selenium/webdriver now, and preventing stuff that needs to load on the page for us to communicate with the bot.
I've tried swapping geckodriver for chromedriver, using random User-Agents, time delaying clicks, etc. Can't seem to get anything to work. I may be forced to re-write this with pypupeteer instead of selenium.
Working on a re-write using python-playwright. Tests seem to be working, will have a new version of this working soon.
I re_wrote the module to use playwright instead of selenium. I think everything should be working now, I did some minimal testing. This introduces some breaking changes to the modules use, but it's the best I can do. Please let me know if you find any issues with the new code in a new issue, as I'll be closing this out now.
Running the usage example script in a regular python console returns the following traceback: