Skip to content

MariusMez/MyCarSpotForEver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyCarSpot For Ever

Automatically confirm that you need your car spot (https://mycarspot.fr)

How to use it

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, ..."

How to change webdriver

(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

Cron

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

About

Automatically confirm that you need your car spot (https://mycarspot.fr)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages