0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #10 from Pajinek/patch-1 More... over 8 years ago
type error More... over 8 years ago
datetime in `utils.datetime_to_string()` is already string, pass it thru. More... about 10 years ago
Implemented account propeties saving `MobileApi.post_account_info()`, and deflate compression for data posting. More... about 10 years ago
`MobileApi.get_account_info()` for retrieving account info. More... about 10 years ago
Major code refactoring. Most of useless crap - i.e. kwallet, google - were removed, and Endomondo library was modularized. More... about 10 years ago
Refactoring, moved into endomondo-module More... about 10 years ago
Begun refactorin by small house cleaning More... about 10 years ago
Added missing import tzinfo from datetime More... over 10 years ago
Indentation fix More... over 10 years ago
Requests change fix for EndomondoWorkout.location() More... over 10 years ago
Documention for Endomondo class (disclaimer: I have no idea how python documentation format works.) More... over 10 years ago
Implemented new params in Endomondo.workout_list(): 'max_results' and 'before'. 'max_results' defines how many entries should be returned (limit for 40 seems to be lifted), and 'before' - either a datetime object or iso formatted datetime string with timezone info: ```python sports_tracker = Endomondo(email, password) workouts = sports_tracker.workout_list(10) [...] more_workouts = sports_tracker.workout_list(10, workouts[9].start_time) ``` More... over 10 years ago
Update how Requests library handles json parsing. Tested on Requests 1.1.0 More... over 10 years ago
Python 2.7 is target. More... over 10 years ago
Added license; it's lgpl 2.1 More... over 10 years ago
Updated sports map for Endomondo More... over 10 years ago
It appears that Endomondo now compresses streams more or less randomly. Handle it on proxying script More... over 10 years ago
Added readme so github would like me better More... almost 12 years ago
Better comment language More... almost 12 years ago
Better comment language More... almost 12 years ago
Removed quotes, ConfigParser didn't like them More... almost 12 years ago
Initial commit More... almost 12 years ago