SeanDaBlack / AbBOT

310 stars 57 forks source link

WIP: Dockerize it #16

Closed SeanKilleen closed 2 years ago

SeanKilleen commented 2 years ago

Figured we'd make it a little easier.

SeanKilleen commented 2 years ago

At this point, I'm seeing:

selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally. (unknown error: DevToolsActivePort file doesn't exist)

I think this is related to permissions and Chrome being able to spawn new windows. I'll look into it. I feel like we're getting pretty close.

SeanKilleen commented 2 years ago

At this point, it looks like we it might be mostly working but the script itself is failing on submission. Likely due to headless mode. Will look into troubleshooting it but any other input is welcome.

ramblingjordan commented 2 years ago

@SeanKilleen there is new code in the master branch that addresses some of the captcha issues. There is however a manual step where a user needs to farm recaptcha tokens. Can we find a way to integrate that into your docker image and still provide the prompt for the user?

Setup is a major pain point for people now so this would be very helpful

ramblingjordan commented 2 years ago

We have moved active development of the python bot to this repo: https://github.com/ramblingjordan/AbBOT-python

Could you please recreate your PR over there?

Thanks!

SeanKilleen commented 2 years ago

Happy to! I hope to do it today.