This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(uc): added undetected chromedriver (#515)
* - Fix creation of random code (#499) Co-authored-by: Juri <[email protected]> * feat(uc): Use undetected chromedriver (#497) * Varied sleep time for each call, to make it less predictable and more user-like * Use a random, real useragent * Use a random, real useragent from fake-useragent * Wait some time between clicks * Force some minimum sleeptime for random_sleeps * - Use random_sleep more often - Replace 'VACC-IPYx-xxxx' with complete random code * # Refactored mouse movements # Use computed movements more often # Wiggle a bit after reaching the correct values * # Removed fake-useragent because it was unreliant * # First test for replacing normal chromedriver with undetected-chromedriver * # First test for replacing normal chromedriver with undetected-chromedriver * # Remove selenium-wire requests from selenium_code_anfordern, by @jonas * - Removed mouse movements by @jonasmock - Fixed annotations * - Close driver after successfull code request Co-authored-by: Juri <[email protected]> * added chromedriver again (#502) * fix(readme): Termineingrenzung Feature in Readme eingefügt. (#508) * feat(local-chromium): replacing chromedriver binaries with google chrome or custom chromium installation (#509) * disabled local chromedriver, replaced with google chrome or custom chromium installation * option 3: set environment variables * returning webdriver exectuable as a string * fix(args): add missing configure_notifications argument (#514) * Update README.md * add missing configure_notifications argument This led to errors when running `python3 main.py code --configure-only -f max-mustermann.json`. Co-authored-by: Julius Jacobitz <[email protected]> Co-authored-by: Genmutant <[email protected]> Co-authored-by: Juri <[email protected]> Co-authored-by: Linus Schaub <[email protected]> Co-authored-by: Christian Jülg <[email protected]> Co-authored-by: Julius Jacobitz <[email protected]>
- Loading branch information