An open API service indexing awesome lists of open source software.

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

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
```