https://github.com/daviddahl/ghorg
ghorg: Github API tinkering
https://github.com/daviddahl/ghorg
github-api python
Last synced: 10 months ago
JSON representation
ghorg: Github API tinkering
- Host: GitHub
- URL: https://github.com/daviddahl/ghorg
- Owner: daviddahl
- Created: 2020-05-03T18:50:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T00:05:48.000Z (over 5 years ago)
- Last Synced: 2025-02-15T06:41:26.965Z (11 months ago)
- Topics: github-api, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ghorg
## Get Github org summaries
This is an experiment in getting to know the Github API
### Install
#### Dependencies
* Python 3
#### Linux / macOS
`git clone git@github.com:daviddahl/ghorg.git`
Run the install script:
`./install.sh`
After install, activate the new environment:
source ./.env/bin/activate
### Usage
Run `./ghorg -h` for usage instructions
#### Note
You will need to create a Github API token via your Github settings, see: https://github.com/settings/tokens