Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 550 Bytes

README.rst

File metadata and controls

36 lines (24 loc) · 550 Bytes

Movescount-sync

A CLI tool for batch-exporting GPS tracks from movescount.com.

Supported formats:

  • GPX
  • KML
  • FIT
  • TCX
  • XLSX

Installation

pip install movescount-sync

Usage

movescount-sync

Configuration is created during first run and persisted in ~/.config/movescount-sync.

Arguments:

  • --configure forces configuration wizard.
  • --recursive fetches entire event stream from movescount.com instead of just the most recent events.
  • --debug shows HTTP debugging logs.