octx

Crates.iooctx
lib.rsoctx
version0.6.2
sourcesrc
created_at2021-05-26 07:17:38.88831
updated_at2022-01-04 01:37:57.865421
descriptionGitHub query & extracter (Enterprise ready)
homepage
repositoryhttps://github.com/pepabo/octx
max_upload_size
id402173
size751,483
Kondo Uchio (udzura)

documentation

README

octx

GitHub Data Extractor Test

usage

$ export GITHUB_API_TOKEN=...
$ export GITHUB_API_URL=https://... # Optional
$ octx --issues rust-lang rust --days-ago 30
# CSV will be put out to stdout

note

  • It is reccomended to specify --days-ago or -since-date for limiting issue/comment/event extracton when you run this tool against github.com.
  • This tool is mainly intended to cooperate with GHES.
Commit count: 118

cargo fmt