Skip to content

Best way to get tracking data via Python on another machine? #507

Answered by almarklein
Tagirijus asked this question in Q&A
Discussion options

You must be logged in to vote

You'd basically have to use the web api: https://timetagger.readthedocs.io/en/stable/webapi/ You can peak at timetagger_cli for inspiration.

The server is actually rather stupid and does not support any kind of search functionality (yet). The timetagger web app has all your records, and "simply" sync any changes that the app makes to them.

Is this somehow possible?

So ... not really, at the moment. The best you can get is download all your records, preferably cache them on disk, and search to these locally with some basic Python string searches.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Tagirijus
Comment options

@almarklein
Comment options

@Tagirijus
Comment options

Answer selected by Tagirijus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants