Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

stlk/slack-toggl-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack 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. See example.md.

usage: dotenv-run python run-report.py [-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

Installation

Python 3.5 or newer is required. This project uses pipenv. You can install it using pip install pipenv.

pipenv install

Usage

You can use pipenv run python slack-report.py to post report to slack.

Contributors

Based on work of James S. Martin https://github.com/jsmartin/toggl_report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published