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.
-
Clone the repository:
git clone https://github.com/emenmousavi/lightBIN-2
-
Install the required dependencies:
pip install -r requirements.txt
Run the script with the following command:
python lightbin2.py
- -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.