Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paulvollmer/github-issues-archive
- Owner: paulvollmer
- License: mit
- Created: 2018-02-15T14:34:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T21:37:06.000Z (over 4 years ago)
- Last Synced: 2024-10-05T23:42:02.621Z (about 1 month ago)
- Topics: archive, github, issues, utility
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```