Written by Kelvin Leung for Locatrix Communications
- Only current tasks will be fetched.
- All tasks except delivered tasks and accepted tasks will be fetched.
- unzip and install the Pivotal API client library file - busyflow.pivotal-0.3.4.tar.gz
- tar zxvf busyflow.pivotal-0.3.4.tar.gz
- cd busyflow.pivotal-0.3.4
- python setup.py install
- unzip and install the Comprehensive HTTP client library - httplib2-0.8.tar.gz
- apt-get install httplib2 (If it's available - otherwise install it manually as below)
- tar zxvf httplib2-0.8.tar.gz
- cd httplib2-0.8
- python setup.py install
- open config.py and change the configuration settings
- You can find your API token here: https://www.pivotaltracker.com/profile
- run the python script - pt_summary.py
- setup a nightly cron job if you like
- crontab -e
- 0 0 * * * python /home/username/pt_summary/pt_summary.py