backslashV / bmw_my_garage_scraper

1 stars 0 forks source link

BMW My Garage scraper

The script fetches the production status of your BMW vehicle from My Garage.

Setup

Prerequisites

Install

Install using pip: pip3 install -r requirements.txt

Configuration

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.

Usage

python3 bmw.py

Troubleshooting

If you are getting timeout exceptions, try increasing the TIMEOUT value. Sometimes, My Garage itself is down, so you will still get this exception.