Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 526 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 526 Bytes

Garmin FIT Downloader

Simple .Net console app to download all your .fit files from the Garmin Portal. Works by screen-scraping with Selenium/Chrome.

Getting started

Simply enter your Garmin username / password into the settings block and run.

Todo

  • Use command line arguments to supply username / password
  • Currently no meaningful logging / output

Relies on

  • Newtonsoft.Json
  • Selenium.Support
  • Selenium.WebDriver
  • Selenium.WebDriver.ChromeDriver
  • System.IO.Compression
  • System.IO.Compression.ZipFile