https://github.com/tedder/sprintly-export-all
export all projects, tickets, comments from sprintly
https://github.com/tedder/sprintly-export-all
Last synced: 3 months ago
JSON representation
export all projects, tickets, comments from sprintly
- Host: GitHub
- URL: https://github.com/tedder/sprintly-export-all
- Owner: tedder
- License: mit
- Created: 2018-07-10T18:38:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T18:55:35.000Z (about 8 years ago)
- Last Synced: 2025-03-04T09:27:43.165Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sprintly-export-all
export all projects, tickets, comments from sprintly.
sprintly's export only gets the tickets. This gets more.
# usage
1. [get your api key](https://support.sprint.ly/hc/en-us/articles/213641747-Getting-your-API-Key) and username off [your profile page](https://sprint.ly/account/settings/profile).
2. run it:
SPRINTLY_API_KEY='asdf' SPRINTLY_API_USER='user@email' python3 scrape.py > output.json
3. [thank Joe for running sprintly over the years](https://twitter.com/home?status=thanks+@joestump+for+all+the+years+of+@sprintly!), [buy me a coffee](https://www.buymeacoffee.com/XTJBuhoP8), [come work with me](https://www.stansonhealth.com/) (secret job listing: aws+ansible devops? yes plz!)
4. contribute improvements, add scripts to import this JSON to other trackers (like Asana).