https://github.com/s-martin/bingmapsmyplaces2kml
Convert My Places from Bing Maps to Google's KML format
https://github.com/s-martin/bingmapsmyplaces2kml
bingmaps conversion kml
Last synced: 1 day ago
JSON representation
Convert My Places from Bing Maps to Google's KML format
- Host: GitHub
- URL: https://github.com/s-martin/bingmapsmyplaces2kml
- Owner: s-martin
- License: unlicense
- Created: 2020-01-10T20:50:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-02T14:00:10.000Z (10 months ago)
- Last Synced: 2025-09-28T23:32:19.094Z (9 months ago)
- Topics: bingmaps, conversion, kml
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# Convert My Places from Bing Maps to Google's KML format #
[](https://github.com/s-martin/BingMapsMyPlaces2KML/actions/workflows/pythonapp.yml)
This script scraps *My Places* from [Bing Maps](https://www.bing.com/maps) and converts them to Google's KML format
## Prerequisites ##
1. Works with Python 3.x
2. Install selenium and simplekml
> sudo pip install -r requirements.txt
3. Download chromedriver from https://chromedriver.chromium.org/downloads, extract and add location of chromedriver binary to `PATH`
## Usage ##
1. Start script
> python BingMapsMyPlaces2KML.py
2. Login in your Bing/Microsoft account in the opened Chrome(driver) window
3. Type `OK` in command line
4. Takes a couple of seconds until locations.kml is saved in working directory