8000 GitHub - nburke-salesforce/treppert: trello reporting
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nburke-salesforce/treppert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

treppert

uses trello to create a listing of:

  • simple display of all cards on a board.
  • cards without due dates in a list.
  • members of board without cards in a specific list.

depends on

getting started

usage

usage: treppert.py [-h] [-l LIST_NAME]
                   trello_dev_key trello_user_token board_name
                   {no_cards,lists,no_dates}

useful, simple, cmd-based reports from trello.

positional arguments:
    trello_dev_key        Your dev key the trello API
    trello_user_token     Your user token for the trello API
    board_name            The board to list
        {no_cards,lists,no_dates} 
        show the lists on a board, show all cards with no dates, show all users with no cards.

optional arguments:
-h, --help            show this help message and exit
-l LIST_NAME, --list_name LIST_NAME     The name of the trello list.

About

trello reporting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0