Skip to content

Python Script to lookup inventory for any Apple part number by zip code

License

Notifications You must be signed in to change notification settings

omarshahine/applestoreinventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

applestoreinventory

Python Script to lookup inventory for any Apple part number by zip code

Requirements

macOS

Install PIP

sudo easy_install pip

Install requests

sudo pip install requests

iOS

Purchase Pythonista

Script

Simply modify the following line in the script

get_status("AirPods", "MMEF2AM/A", "95014")

Output

If everything works you should see this

==========================================
Checking AirPods 95014
==========================================
Infinite Loop       :            available
Apple Park          :            available
Valley Fair         :            available
Los Gatos           :            available
Oakridge            :            available
Palo Alto           :            available
Stanford            :            available
Hillsdale           :            available
Burlingame          :            available
Stoneridge Mall     :            available
Stonestown          :            available
Union Square        :            available

About

Python Script to lookup inventory for any Apple part number by zip code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published