Skip to content

Instantly share code, notes, and snippets.

@thomasmoelhave
thomasmoelhave / disconnect.rb
Created August 4, 2012 02:46 — forked from gljeremy/disconnect.rb
bulk-export run data from Garmin Connect
#!/usr/bin/env ruby
## disconnect
# ./disconnect.rb -u yourusername [-o /your/path] [-p yourhttpproxyserver]
#
# This is a command-line utility for the bulk-downloading of run data from
# the connect.garmin.com web application, which has lackluster export
# capabilities.
#