https://github.com/pepabo/octx
GitHub query & extracter (Enterprise ready)
https://github.com/pepabo/octx
Last synced: 7 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T01:36:51.000Z (about 4 years ago)
- Last Synced: 2025-06-01T16:30:52.642Z (8 months ago)
- Language: Rust
- Size: 402 KB
- Stars: 19
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# octx
GitHub Data Extractor [](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.