export-github-issues

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2017 License: GPL-3.0 Imports: 13 Imported by: 0

README

export-github-issues

Build Status GPLv3 License

说明

用于导出github特定仓库的所有issues,导出格式为date_title_state_number.html。最后会生成一个index.html文件用于索引。

这里使用了github的REST API v3,是有次数限制的,可自行申请client_id和client_secret以增大API调用次数。

配置说明

"author":"" github ID,如johnsonz

"repo":"" 仓库名称,如export-github-issues

"per_page":80 最大不能超过100

"client_id":"" 不填有API次数限制,"Settings"->"OAuth applications"中生成的Client ID

"client_secret":"" 不填有API次数限制,"Settings"->"OAuth applications"中生成的Client Secret

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL