ASP aka App Store Package Search is a script written in Python (why did it have to be snakes) that performs lookup actions of bundle IDs or Adam IDs against the Apple App Store and returns information about each app.
Much thanks to pug4N6 for the original idea from which this drastically transformed out of.
The script works on Windows but may not have support on other OS's, feedback is greatly appreciated!
You may find timeout issues if too many searches are run, use at your own risk.
pip install -r requirements.txt
Only Pillow is needed (it's just for logo usage), it may be easier to just use the .exe anyhow.
-
Input can be any of the following:
- A single BundleID
- A single AdamID
- A text file of BundleIDs (one per line)
- A test file of AdamIDs (one per line)
-
Choose your lookup type accordingly
-
Choose your output type option
-
Choose your output folder path
-
Execute!