https://github.com/pythoninthegrass/dl_gh
Download GitHub releases via API
https://github.com/pythoninthegrass/dl_gh
Last synced: 4 months ago
JSON representation
Download GitHub releases via API
- Host: GitHub
- URL: https://github.com/pythoninthegrass/dl_gh
- Owner: pythoninthegrass
- License: unlicense
- Created: 2024-07-19T23:01:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T23:26:38.000Z (11 months ago)
- Last Synced: 2025-09-02T23:34:52.350Z (5 months ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dl_gh
Download GitHub releases via the API.
## Minimum Requirements
* [Python 3.11+](https://www.python.org/downloads/)
## Development Requirements
* [devbox](https://www.jetify.com/devbox/docs/quickstart/)
## Installation
```bash
git clone https://github.com/pythoninthegrass/dl_gh.git
cd dl_gh
python -m pip install -r requirements.txt
ln -s $(pwd)/dl_gh.py ~/.local/bin/dl-gh
```
## Usage
```bash
dl-gh -u -r -t
```
## Example
```bash
dl-gh -u MusicDin -r kubitect -t tar.gz
```
## Development
```bash
pytest
```