Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brutasse/movescount-sync

Fetch GPS tracks from movescount.com
https://github.com/brutasse/movescount-sync

gps movescount suunto

Last synced: about 1 month ago
JSON representation

Fetch GPS tracks from movescount.com

Awesome Lists containing this project

README

        

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.