You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 withrequests
? 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?
The text was updated successfully, but these errors were encountered: