Skip to content

backslashV/bmw_my_garage_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

BMW My Garage scraper

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

Setup

Prerequisites

  • Python3
  • pip3
  • Chrome
  • Python packages inside requirements.txt

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages