https://github.com/csmb/export-github-issues
A very lightweight utility to download GitHub issues to a .csv
https://github.com/csmb/export-github-issues
Last synced: about 1 month ago
JSON representation
A very lightweight utility to download GitHub issues to a .csv
- Host: GitHub
- URL: https://github.com/csmb/export-github-issues
- Owner: csmb
- License: mit
- Created: 2015-01-19T07:17:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T16:10:22.000Z (over 10 years ago)
- Last Synced: 2026-01-14T12:14:36.972Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Export GitHub issues
This is basically a script to export a GitHub Repo's Issues to a .csv file.
- Set `ENV` variables for your `GITHUB_USERNAME` and `GITHUB_PASSWORD`
- Set flags to download `open` or `closed` issues
- Choose the repo you'd like to download issue from
```
ruby github_issues.rb open hello-world
```