togglore
togglore copied to clipboard
Tool for the timetracker toggle to calculate the difference between tracked time and the time you should have worked in a given range.
fix API URL
``` python3 run.py since 2021.10.1 Traceback (most recent call last): File "/root/togglore/run.py", line 45, in actual, expected = client.diff(utils.DateRange.since(args.since)) File "/root/togglore/togglore/__init__.py", line 17, in diff actual_hours = utils.sum_time_of_entries(self.toggle.time_entries(date_range)) File "/root/togglore/togglore/toggl.py",...
# Windows 10 - Cmd as administrator & as user - I tried `C:\Users\Lucas\.togglore` - I tried to `config.ini`, `config`, `configfile`, `config.cfg` inside of the togglore folder (where __init__.py is)...
Wrong results # python3 run.py thismonth ``` Hours to do: 151.20h (21.00 days) Hours worked: 29.56h (4.11 days) Difference: -121.64h (-16.89 days) ``` Good results # python3 run.py since 2021.10.01...
toggl.com or www.toggl.com will no longer be a supported entry point for the Toggl Track API check: - https://github.com/toggl/toggl_api_docs - https://toggl.com/blog/api-documentation-change
May be usefull :)