Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pepabo/octx

GitHub query & extracter (Enterprise ready)
https://github.com/pepabo/octx

Last synced: about 1 month ago
JSON representation

GitHub query & extracter (Enterprise ready)

Awesome Lists containing this project

README

        

# octx

GitHub Data Extractor [![Test](https://github.com/udzura/octx/actions/workflows/ci.yml/badge.svg)](https://github.com/udzura/octx/actions/workflows/ci.yml)

## usage

```bash
$ 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.