Introducing ASP - App Store Package Search

Vibe coding is all the rage these days so when I had a need recently for some help I took to Gemini to hammer away at some prompts. What started out as a fork of pug4N6's bundleID_lookup script transformed into a much larger beast, hence Asp was created.

Asp is a type of snake but also stands for App Store Package [Search]. It's written in Python (naturally) and is a full fledged GUI tool that can query the Apple app store for information about different apps. You can provide either the bundle ID or the Adam ID (or lists of each as well) and will spit out venomous output in the form of a text file, a SQLite database, or both if you so choose. You can also have it just print to console too.

Adam ID's can be found via the URL of the app (ex. https://apps.apple.com/us/app/facebook/id284882215) but can also be found as references inside certain databases of an iOS full file system extraction.

Download it here: ASP (https://github.com/stark4n6/asp-search)

Feedback is always welcomed!