Skip to content

Instantly share code, notes, and snippets.

@maxwofford
Created July 6, 2015 07:06
Show Gist options
  • Save maxwofford/f7b6e32a8aabb2eb1148 to your computer and use it in GitHub Desktop.
Save maxwofford/f7b6e32a8aabb2eb1148 to your computer and use it in GitHub Desktop.
TIME_IN_MILLISECONDS=$(curl -s -u $TOGGL_TOKEN:api_token -X GET "https://toggl.com/reports/api/v2/summary/[email protected]&since=$(date +%Y-%m-%d -d '7 days ago')&workspace_id=$TOGGL_WORKSPACE_ID&project_id=$TOGGL_PROJECT_ID" | jq '.data[0].time')
echo $(($TIME_IN_MILLISECONDS / 3600000))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment