Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunnyyoung/AppleReserver
Apple 官方预约命令行监控助手
https://github.com/sunnyyoung/AppleReserver
apple command-line command-line-tool macos reserver
Last synced: 2 months ago
JSON representation
Apple 官方预约命令行监控助手
- Host: GitHub
- URL: https://github.com/sunnyyoung/AppleReserver
- Owner: sunnyyoung
- License: mit
- Created: 2016-09-27T13:01:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T01:28:48.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T20:34:44.978Z (2 months ago)
- Topics: apple, command-line, command-line-tool, macos, reserver
- Language: Swift
- Homepage:
- Size: 3.35 MB
- Stars: 374
- Watchers: 8
- Forks: 51
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/AChecked for x times.
...
```## License
The [MIT License](LICENSE).