Skip to content

XeBoris/SportsTrackerAnalyzer

Repository files navigation

SportsTrackerAnalyzer

Documentation Status

ReadMe

All you need to create a multi-user sports tracker database from multiple sources.

This is the worst README ever, but the sportstrackeranalyzer is already in first state where some functionality is given. In case you have asked for a collection of all your data from Runtastic, you can already read-in the database dump, according to a simple file-based structure on disk (after you have unpacked the database dump). Follow the following steps:

  1. Download and Installation:

git clone REPO

make install

  1. Add a new database location, database type and name:

sportstrackeranalyzer createDB testDB --type FileDataBase --path /home/user/test-database-dir

  1. Tell your system which sportstrackeranalyzer database you would like to use

sportstrackeranalyzer loadDB testDB --type FileDataBase --path /home/user/test-database-dir

  1. An empty database needs a user first! Add one...

sportstrackeranalyzer addUser

  1. You need to tell your database which user you would like to use by default for further operations:

sportstrackeranalyzer setUser <username>

  1. Import your Runtastic tracks from the database dump:

sportstrackeranalyzer addTracks --source-type database --track-source runtastic --path /path/to/RunTastic_Exports/

--> No further tests made at this point! Development is ongoing! Don't be mad if not working as expected.

Features

  • Still a lot...

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •