Automatically confirm that you need your car spot (https://mycarspot.fr)
Require python3 --version
>= 3.6.x
Require Google Chrome (Chromium) or Firefox installed
Install dependencies with: pip3 install -r requirements.txt
Run with: python3 mycarspotforever --logins "login1:password1,login2:password2, ..."
(included version is for MacOsX)
For chrome get the webdriver for your platform here: http://chromedriver.chromium.org
For Firefox, get it here: https://github.com/mozilla/geckodriver/releases
You can use change de executed driver with: python3 mycarspotforever --driver "firefox" --driver_path "path/to/geckodriver" --logins "login1:password1,login2:password2, ..."
And debug with GUI using the --debug
argument
Tous les lundi matin à 11h30: 30 11 * * 1 path/to/python3 path/to/mycarspotforever --logins "login1:password1,login2:password2, ..."
May need to use xvfb-run
prefix command (install xvfb on unix)
src: https://bugs.chromium.org/p/chromedriver/issues/detail?id=2470