Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brutasse/movescount-sync
- Owner: brutasse
- License: bsd-3-clause
- Created: 2017-02-21T20:26:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T20:27:35.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T08:23:56.161Z (2 months ago)
- Topics: gps, movescount, suunto
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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
* XLSXInstallation
------------::
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.