Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sunnyyoung/AppleReserver

Apple 官方预约命令行监控助手
https://github.com/sunnyyoung/AppleReserver

apple command-line command-line-tool macos reserver

Last synced: about 1 month ago
JSON representation

Apple 官方预约命令行监控助手

Awesome Lists containing this project

README

        

# AppleReserver

![License MIT](https://img.shields.io/github/license/mashape/apistatus.svg)
![Platform info](https://img.shields.io/badge/platform-macOS-lightgrey.svg)

Apple官方预约监控助手

## Overview

```bash
OVERVIEW: Apple 官方预约监控助手

USAGE: applereserver

OPTIONS:
-h, --help Show help information.

SUBCOMMANDS:
stores List all available stores.
availabilities List all availabilities for the specific store.
monitor Monitor the availabilities for the specific stores and parts.

See 'applereserver help ' for detailed help.
```

## Requirements

- macOS >= 10.11
- Swift 5 Runtime Support

## Install

```bash
$ brew install sunnyyoung/repo/applereserver
```

## Usage

### Stores

```bash
$ applereserver stores

🟢 R320 北京 三里屯
🟢 R359 上海 南京东路
🟢 R388 北京 西单大悦城
...
```

### Availabilities

```bash
$ applereserver availabilities R320 --region CN

🔴 MLH43CH/A
🔴 MLH53CH/A
🔴 MLH63CH/A
...
```

### Monitor

```bash
$ applereserver monitor --interval 1 --store-numbers R320 --part-numbers MLTE3CH/A

Checked for x times.
...
```

## License

The [MIT License](LICENSE).