Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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中是否有目标软件
- Host: GitHub
- URL: https://github.com/zbrettonye/appleaccountchecker
- Owner: ZBrettonYe
- License: mit
- Created: 2025-01-24T15:47:26.000Z (2 days ago)
- Default Branch: main
- Last Pushed: 2025-01-24T16:00:05.000Z (2 days ago)
- Last Synced: 2025-01-24T16:36:04.690Z (2 days ago)
- Topics: apple, playwright, python
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`