This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Created a tool to upload gpx files or Google Maps URLs to Garmin Connect as courses

Former Member
Former Member
I've created a tool to upload gpx files or Google Maps URLs to Garmin Connect as courses. It uses your Google Chrome cookies, so you should be authorized in Garmin Connect from there. Example usage:
python Dev/snippets/garmin.py 'www.google.ru/.../data=!3m1!4b1!4m14!4m13!1m5!1m1!1s0x46b54afc73d4b0c9:0x3d44d6cc5757cf4c!2m2!1d37.6173!2d55.755826!1m5!1m1!1s0x4696378cc74a65ed:0x6dc7673fab848eff!2m2!1d30.3350986!2d59.9342802!3e2' "Moscow to St. Petersburg"
python Dev/snippets/garmin.py route.gpx "Some cycling route"

It is written in python, source code is here: https://github.com/themylogin/garmin-connect-tools

Is there anybody interested in making this usable for wide public? (e.g. bookmarklet instead of console script)