Skip to content

jsmartin/toggl_report

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

#toggl_report

This tool uses the Toggl Reports API to generate a status report that is broken down by User->Client->Project->Tasks.

It currently spits out the report in markdown to stdout.

A sample can be seen here.

usage: toggl_report [-h] start end

positional arguments:
  start       The start date in YYYY-MM-DD format
  end         The end date in YYYY-MM-DD format

optional arguments:
  -h, --help  show this help message and exit

Requirements

Python

Python 2.7

Modules

more_itertools

Toggl API Key

You must get your Toggl API key from your Toggl Profile and set it as a environment variable.

export TOGGL_AUTH_KEY="jalskdjflkasdjflkjlkej2lk3j23lkj"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages