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

https://github.com/417-72ki/ssgh

Deliver stars on your behalf
https://github.com/417-72ki/ssgh

github star swift

Last synced: 9 months ago
JSON representation

Deliver stars on your behalf

Awesome Lists containing this project

README

          

# SSGH - ShootingStar for GitHub
[![Actions Status](https://github.com/417-72KI/SSGH/workflows/Test/badge.svg)](https://github.com/417-72KI/SSGH/actions)
[![GitHub release](https://img.shields.io/github/release/417-72KI/SSGH/all.svg)](https://github.com/417-72KI/SSGH/releases)
[![SwiftPM Compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg)](https://swift.org/package-manager)
[![Platform](https://img.shields.io/badge/Platforms-macOS%7CLinux-blue.svg)](https://github.com/417-72KI/SSGH)
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/417-72KI/SSGH/master/LICENSE)

**SSGH** is a utility tool for starring in GitHub.
You can star all repos for the specific user.

## Requirement
- macOS 12+
- Swift 5.7+

## Installation
### Mint

```sh
mint install 417-72KI/SSGH@1.3.0
```

### Homebrew

```sh
brew install 417-72KI/tap/ssgh
```

## Before use
SSGH needs GitHub token

Genarate page is here↓↓

https://github.com/settings/tokens

*repo* scope is required.

## Usage
```sh
export SSGH_TOKEN='{generated-token}'
ssgh {user-id-of-target}
```