Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidgs/OrbitParser
Parse your Orbit Members to csv
https://github.com/davidgs/OrbitParser
Last synced: 13 days ago
JSON representation
Parse your Orbit Members to csv
- Host: GitHub
- URL: https://github.com/davidgs/OrbitParser
- Owner: davidgs
- License: mit
- Created: 2020-11-03T19:18:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T19:18:37.000Z (about 4 years ago)
- Last Synced: 2024-06-19T15:09:35.739Z (5 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OrbitParser
Parse output from the Orbit JSON into a `.csv`
It doesn't pull every field from the JSON, but you can add other fields to the `struct` to have them parsed as well.
## Usage:
`go run Parser.go` will read from the Orbit API -- You will have filled in your organization and API_KEY first -- until all records are
exhausted.### Runtime Options:
`-file=FILE.json` will read from a local JSON file rather than the Orbit API
`-out=FILE.csv` will write the output to a named file.### Important
You **must** Edit the file to add your Orbit API_KEY and Organization