Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 392 Bytes

pivotal_fetcher

Very simple and extendable pypi script that can be used to perform desired fetching. Currently fetches the list of accepted stories.

Usage:

  1. Install via pip. pip install pivotal_fetcher
  2. Create a file ".pt_config" in your root:
PT_APIKEY=YOUR_API_TOKEN
PROJECT_ID={"PROJECT_NAME": PROJECT_ID}
OWNER_ID=USER_NAME
  1. Use "pt_fetch [days]" for magic!