Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 608 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 608 Bytes

Camera Scanner

A simple Python tool to fetch and display IP camera links from a specified country.

Requirements

  • Python 3.x
  • requests library (Install using pip install requests)
  • colorama library (Install using pip install colorama)

Usage

  1. Clone the repository.

  2. Install the required libraries.

  3. Run the tool:

    python main.py
  4. Enter the country number to fetch IP camera links or type 'exit' to quit.

Usage Caution

  • For educational or testing purposes only.
  • Do not use for malicious activities.
  • Follow ethical standards while using this tool.