https://github.com/jxa/pivotal-tracker.git
git clone 'git://github.com/jxa/pivotal-tracker.git'
Pivotal Tracker Mode provides a mode and functions for interacting with Pivotal Tracker through its API. It is designed to give most of the functionality that is important to a developer. It is not an attempt to replace every feature of the web interface.
You can install via MELPA or by cloning the repo.
Before using the tracker you must customize your pivotal API key. You can obtain the key from the Profile link in the Pivotal Tracker web application. Once you have the key, customize it.
Do it via customize mechanism:
M-x customize-group RET pivotal RET
or set it manually:
(setq pivotal-api-token "your-secret-token")
Development is hosted on github
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 2, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
For a copy of the GNU General Public License, search the Internet, or write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA