This script scraps My Places from Bing Maps and converts them to Google's KML format
- Works with Python 3.x
- Install selenium and simplekml
sudo pip install -r requirements.txt
- Download chromedriver from https://chromedriver.chromium.org/downloads, extract and add location of chromedriver binary to
PATH
- Start script
python BingMapsMyPlaces2KML.py
- Login in your Bing/Microsoft account in the opened Chrome(driver) window
- Type
OKin command line - Takes a couple of seconds until locations.kml is saved in working directory