Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/pepabo/octx
- Owner: pepabo
- License: mit
- Created: 2021-02-01T00:24:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T01:36:51.000Z (almost 3 years ago)
- Last Synced: 2024-11-21T22:48:57.929Z (about 1 month ago)
- Language: Rust
- Size: 402 KB
- Stars: 18
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.