Skip to content

wolfejar/PythonLeankitMetrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

PythonLeankitMetrics

Usage

This script gathers metrics from a LeanKit board and creates visual representations of data using Plotly.

You will need a LeanKit account with an active board, and an account at Plotly to push the metrics to.

Dependencies

python 3.6

pip install leankit  
pip install pytz  
pip install plotly   
pip install python-dateutil

Run from command line

python metrics.py [leankit_domain][leankit_username][leankit_password][plotly_username][plotly_api_key]

Note:

You will need to update lane names, etc. as values change on the board.

Recommendation

Create a job in crontab to run every hour to update metrics.

sudo crontab -e

Future Work

Currently, the application does not store any information in a database after execution. A simple backend database could allow for this script to plot meaningful data about team performance over months, years, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages