Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mistergf/leankit-powershell
Download snapshot of progress from leankit
https://github.com/mistergf/leankit-powershell
Last synced: 2 days ago
JSON representation
Download snapshot of progress from leankit
- Host: GitHub
- URL: https://github.com/mistergf/leankit-powershell
- Owner: misterGF
- Created: 2014-05-23T19:13:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-23T19:26:40.000Z (over 10 years ago)
- Last Synced: 2023-08-01T10:37:04.479Z (over 1 year ago)
- Language: PowerShell
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Get Kanban Snapshot from leankit
===============### Download snapshot of progress from leankit
This script is meant to download a snapshot of your kanban board from leankit.
It uses web automation to login and navigate the site. Then clicks the link that generates
the snapshot. Once clicked it requieres WASP to click on the "Save" button the IE presents.It saves it to your download folder under the default naming scheme (board_xxxx.png). The script
removes old entries by default. Can comment out if you choice too.Make sure you keep the WASP.dll in the same directory. Required powershell v2+
The boardID can be found in the URL when you are logged in to your leankit account.**Syntax Example** :
> ./get-kanbanSnapShot.ps1 -userName "[email protected]" -password "Super!Secure!" -leankitURL "myBoard.leankit.com" -boardID "100201"
Last modified May 22 2014 by GF