TWB
TWB copied to clipboard
Design choice without selenium
Hey @stefan2200,
I have been thinking about how I would program a bot and am curious regarding your choice to not use selenium.
I understand that a requests
based solution is faster and also easier to program. But isn't it impossible to reproduce the same signature as a browser with requests
? Therefore I think the bot is easely detected.
In #67 and #34 there was the issue with the game session mentioned. Selenium allows the usage of a (permanent) chrome user profile. My idea is to have a headful Selenium session where the user can interact with the Bot Gui and play the game as normally. And headless sessions using the same user profile for the bot. Do you think that could work?