https://github.com/locus313/github-api-scripts
Bash scripts to work with the Github API
https://github.com/locus313/github-api-scripts
github github-api
Last synced: 11 months ago
JSON representation
Bash scripts to work with the Github API
- Host: GitHub
- URL: https://github.com/locus313/github-api-scripts
- Owner: locus313
- License: mit
- Created: 2021-07-04T12:26:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T23:43:47.000Z (over 1 year ago)
- Last Synced: 2025-01-03T14:17:21.607Z (about 1 year ago)
- Topics: github, github-api
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Github API Scripts
==================
This is a collection of bash scripts using curl I created to automate things with the [Github API](https://developer.github.com/v3).
* [Installation](#installation)
Installation
------------
Requirements:
* bash (recommend version 4+)
* [curl](https://curl.haxx.se)
* [jq](https://stedolan.github.io/jq)
Clone the repo, download a source zip or copy the shell scripts as needed.