Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design choice without selenium #109

Open
JoAllg opened this issue May 15, 2024 · 0 comments
Open

Design choice without selenium #109

JoAllg opened this issue May 15, 2024 · 0 comments

Comments

@JoAllg
Copy link

JoAllg commented May 15, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant