The script fetches the production status of your BMW vehicle from My Garage.
- Python3
- pip3
- Chrome
- Python packages inside requirements.txt
Install using pip: pip3 install -r requirements.txt
Change the USERNAME and PASSWORD inside bmw.py to that of your own. If you installed Chrome in a different location that's specified in the script, adjust that too.
python3 bmw.py
If you are getting timeout exceptions, try increasing the TIMEOUT value. Sometimes, My Garage itself is down, so you will still get this exception.