AgustinCode / bombparty-helpbot

Bot based on DOM that helps players with words for the game JKML Bomb Party
https://jklm.fun/
MIT License
2 stars 1 forks source link

Intro #1

Closed justbrowsing37 closed 3 months ago

justbrowsing37 commented 3 months ago

Im jst trying to figure out how to run it of my own instance? Just trying to set it up on my own to propose changes

justbrowsing37 commented 3 months ago

It should just be the chrome driver right? download and run?

AgustinCode commented 3 months ago

Install dependencies (pip install selenium re random) and just look up in youtube how to set up chrome driver, it needs to match your google chrome version. Just put chromedriver.exe in the project file and run main.py

El El dom, 7 jul. 2024 a la(s) 9:00 p. m., justbrowsing37 < @.***> escribió:

It should just be the chrome driver right? download and run?

— Reply to this email directly, view it on GitHub https://github.com/AgustinCode/bombparty-helpbot/issues/1#issuecomment-2212625745, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFBSPPXY2LNLJYOBCDWK3SDZLHJC3AVCNFSM6AAAAABKPYZ6JSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJSGYZDKNZUGU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

AgustinCode commented 3 months ago

I didn’t compile it to an exe file yet, we can do it in a future so it’s more intuitive

El El dom, 7 jul. 2024 a la(s) 9:00 p. m., justbrowsing37 < @.***> escribió:

It should just be the chrome driver right? download and run?

— Reply to this email directly, view it on GitHub https://github.com/AgustinCode/bombparty-helpbot/issues/1#issuecomment-2212625745, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFBSPPXY2LNLJYOBCDWK3SDZLHJC3AVCNFSM6AAAAABKPYZ6JSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJSGYZDKNZUGU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

justbrowsing37 commented 3 months ago

@AgustinCode

Have you started to work on optimizations yet? or are you just trying to finish the chrome driver for now?

AgustinCode commented 3 months ago

No i haven't, i just made it work today because i was getting a lot of errors. That's something i need to work on, the driver part is already done, you can add more commands directly in the function 'process_message'. I need to work on optimization, i might replace time sleeps with WebDriverWait. I also need to add more documentation