Skip to content

The script fetches and formats information about a BIN from an API, presenting it in a user-friendly format with colored output.

Notifications You must be signed in to change notification settings

emenmousavi/lightBIN-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BIN Info Checker

BIN Info Checker is a Python script that fetches information about a Bank Identification Number (BIN) from an API and displays it in a user-friendly format.

Installation

  1. Clone the repository:

    git clone https://github.com/emenmousavi/lightBIN-2
  2. Install the required dependencies:

pip install -r requirements.txt

Usage

Run the script with the following command:

python lightbin2.py

Command-Line Options

  • -b BIN_NUMBER, --bin BIN_NUMBER: Specify the BIN number to fetch information for.
  • -v, --verbose: Enable verbose mode to display detailed information during execution.
  • -o {json,csv}, --output {json,csv}: Specify the output format as JSON or CSV. Default is console output.

About

The script fetches and formats information about a BIN from an API, presenting it in a user-friendly format with colored output.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages