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.
- CD to the script folder
- Install the required modules:
pip install -r requirements.txt
- Run the script:
python PyAppleSerialChecker.py
- Input the serial number you want to check
- Open the
captcha.png
file created by the script and input the solution - Enjoy!
Hint: use pip3
and python3
on Linux/macOS operating systems.