https://github.com/sunnyyoung/applereserver
Apple 官方预约命令行监控助手
https://github.com/sunnyyoung/applereserver
apple command-line command-line-tool macos reserver
Last synced: 22 days 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 (about 3 years ago)
- Last Synced: 2025-03-30T09:07:48.033Z (29 days ago)
- Topics: apple, command-line, command-line-tool, macos, reserver
- Language: Swift
- Homepage:
- Size: 3.35 MB
- Stars: 373
- Watchers: 6
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppleReserver

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).