An open API service indexing awesome lists of open source software.

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

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
```