Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 812 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 812 Bytes

PyAppleSerialChecker GitHub Workflow Status

Python script that automatically checks the status of a serial number on Apple's Check Device Coverage website using GET/POST requests.

The PyAppleSerialChecker project is licensed under the GNU Affero General Public License v3.0. See LICENSE for details.

Usage

  1. CD to the script folder
  2. Install the required modules: pip install -r requirements.txt
  3. Run the script: python PyAppleSerialChecker.py
  4. Input the serial number you want to check
  5. Open the captcha.png file created by the script and input the solution
  6. Enjoy!

Hint: use pip3 and python3 on Linux/macOS operating systems.