Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zbrettonye/appleaccountchecker

基于 Playwright 框架的python脚本, 用于批量查找Apple Account中是否有目标软件
https://github.com/zbrettonye/appleaccountchecker

apple playwright python

Last synced: 2 days ago
JSON representation

基于 Playwright 框架的python脚本, 用于批量查找Apple Account中是否有目标软件

Awesome Lists containing this project

README

        

# AppleAccountChecker
基于 Playwright 框架的python脚本, 用于批量查找Apple Account中是否有目标软件

## 使用步骤
1. 克隆项目
```bash
git clone https://github.com/ZBrettonYe/AppleAccountChecker.git
cd AppleAccountChecker
```

2. 安装依赖
```bash
pip install -r requirements.txt
````

3. 安装Playwright 并下载浏览器
```bash
playwright install
```

4. 运行程序
```bash
python checker.py
```

## 使用指南
### 输入
需要在程序同一目录下存在 `accounts.json`, 该文件内容接口如下
```json
[
{
"id": "account1",
"password": "passwordForAccount1"
},
{
"id": "account2",
"password": "passwordForAccount2"
},
]
```

### 输出
程序会在同一目录下生成 `accounts_checked.json`