Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paulvollmer/github-issues-archive


https://github.com/paulvollmer/github-issues-archive

archive github issues utility

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# github-issues-archive [![Build Status](https://travis-ci.org/paulvollmer/github-issues-archive.svg?branch=master)](https://travis-ci.org/paulvollmer/github-issues-archive)

## Installation
```
go get github.com/paulvollmer/github-issues-archive
```

## Usage

go to https://github.com/settings/tokens and create a github token you can use to fetch data from the api.

set the permissions just for "repo". like this:

![](https://i.imgur.com/l068nn4.png)

copy the token and run the following:

```
github-issue-archive -token 123 -owner paulvollmer -repo github-issues-archive > archive.json
```