Skip to content

CLI tool to look up iOS apps on the App Store by either their bundle ID or app ID

License

Notifications You must be signed in to change notification settings

evanconnelly/ios-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iOS App Lookup CLI Tool

A simple command-line tool to look up iOS apps on the App Store by either their bundle ID or app ID. It provides an easy-to-use interface for fetching app details, such as the name, bundle ID, app ID, and URL.

Install

  • Clone the repository
  • pip3 install .

Usage

Lookup by Bundle ID:

ios-lookup -b com.example.app

Lookup by App ID:

ios-lookup -i 1234567890

About

CLI tool to look up iOS apps on the App Store by either their bundle ID or app ID

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages