Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 408 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 408 Bytes

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