{"id":28503553,"url":"https://github.com/faisaltheparttimecoder/api-to-excel","last_synced_at":"2025-07-05T14:31:02.846Z","repository":{"id":50212350,"uuid":"120336678","full_name":"faisaltheparttimecoder/api-to-excel","owner":"faisaltheparttimecoder","description":"Read Pivotal Tracker \u0026 Zendesk Help Center API and write to excel","archived":false,"fork":false,"pushed_at":"2022-12-26T20:03:23.000Z","size":13,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-08T17:08:36.390Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faisaltheparttimecoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-05T17:16:37.000Z","updated_at":"2018-02-05T17:18:17.000Z","dependencies_parsed_at":"2023-01-31T01:01:03.249Z","dependency_job_id":null,"html_url":"https://github.com/faisaltheparttimecoder/api-to-excel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/faisaltheparttimecoder/api-to-excel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisaltheparttimecoder%2Fapi-to-excel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisaltheparttimecoder%2Fapi-to-excel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisaltheparttimecoder%2Fapi-to-excel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisaltheparttimecoder%2Fapi-to-excel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faisaltheparttimecoder","download_url":"https://codeload.github.com/faisaltheparttimecoder/api-to-excel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisaltheparttimecoder%2Fapi-to-excel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263755484,"owners_count":23506408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-08T17:08:40.939Z","updated_at":"2025-07-05T14:31:02.842Z","avatar_url":"https://github.com/faisaltheparttimecoder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction [![Python Version](https://img.shields.io/badge/Python-v3.5-green.svg?style=flat-square)](https://www.python.org/downloads/release/python-355/)  [![License](https://img.shields.io/badge/License-MIT-red.svg?style=flat-square)](https://github.com/faisaltheparttimecoder/DataScroller/blob/master/LICENSE)\n\nBasic python script that uses the search API of pivotal tracker and zendesk help center to pull data and store them to excel.\n\n# How to use it\n\n+ Install Python 3.5\n+ Install all the requirements using ```pip install -r requirements.txt```\n+ To pull data from tracker use the command like below\n\n```\npython data_scroller.py tracker -p \u003cproject-id\u003e -q \u003csearch-string\u003e -t \u003ctracker token\u003e\n```\n\n+ To pull data from zendesk use the command like below\n\n```\npython data_scroller.py zendesk -u \u003czd username\u003e -p \u003czd password\u003e -q \u003cquery string\u003e -e \u003czd-endpoint\u003e\n```\n\n# Example\n\n### Tracker\n\n+ To pull all data with label 2.0\n\n```\npython data_scroller.py tracker -p \u003cproject-id\u003e -q label:2.0 -t \u003ctracker token\u003e\n```\n\n+ To pull data for all stories created since 11/16/2017\n\n```\npython data_scroller.py tracker -p \u003cproject-id\u003e -q created_since:11/16/2017 -t \u003ctracker token\u003e\n```\n\n### Zendesk\n\n+ To pull all data with keyword 2.0\n\n```\npython data_scroller.py zendesk -u \u003czd username\u003e -p \u003czd password\u003e -q 2.0 -e \u003czd-endpoint\u003e\n```\n\n+ To pull all data with keyword 2.0 which is updated after 2014-01-01 and before 2014-02-01\n\n```\npython data_scroller.py zendesk -u \u003czd username\u003e -p \u003czd password\u003e -q \"2.0\u0026updated_after=2014-01-01\u0026updated_before=2014-02-01\" -e \u003czd-endpoint\u003e\n```\n\n# More information\n\n+ For more information on Zendesk search keywords, refer to the [link](https://developer.zendesk.com/rest_api/docs/help_center/search)\n+ For more information on Tracker search keywords, refer to the [link](https://www.pivotaltracker.com/help/articles/advanced_search/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaisaltheparttimecoder%2Fapi-to-excel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaisaltheparttimecoder%2Fapi-to-excel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaisaltheparttimecoder%2Fapi-to-excel/lists"}