Closed RedrootDEV closed 1 year ago
ty for ur pr!Mind make a Spanish version readme?
ty for ur pr!Mind make a Spanish version readme?
yeah sure!!
ty for ur pr!Mind make a Spanish version readme?
I have made the changes you have requested, please take care of the Chinese version.
Hey there,
I've been busy making some cool updates:
1- Random Delays for Inputs: No more boring fixed 30ms delays for username and password inputs. Now it's all jazzed up with random delays between 20ms and 100ms. It's just like a real person typing!
2- Added Full Spanish (es_ES) translation!!
3- arm64 Mode: Added a shiny new "arm64" option in the config.yaml (default: False). If you're running this on a Linux ARM64, you just set "arm64" to True and "platForm" to "linux", and the driverPath will automatically switch to "/home/USERNAME/.local/share/undetected_chromedriver/chromedriver". Check the guide here: https://github.com/Yudaotor/EsportsHelper/wiki/The-Way-Using-Chromium-on-ARM64.
By the way, no need to worry about the USERNAME bit in the driverPath. I've got that covered with a neat little trick using "import os". It figures out your username all by itself.