Metadata-Version: 2.1
Name: directory-splitter
Version: 1.0.1
Summary: A script to split and extract unique endpoints from a list of URLs.
License: MIT
Keywords: directory-splitter url-parser
Description-Content-Type: text/markdown
Requires-Dist: argparse
Requires-Dist: urllib.parse

 

# Directory Splitter

## Description
This script takes a list of URLs from a file, extracts unique endpoints, and stores them in an output file.

## Usage

### Prerequisites
- Python 3.x installed

### Running the Script
1. Open a terminal.
2. Navigate to the directory containing the script.
3. Run the following command:

    ```bash
    python script_name.py -list input_file.txt -output output_file.txt
    ```

    Replace `script_name.py`, `input_file.txt`, and `output_file.txt` with the actual names.

### Command Line Arguments
- `-list` or `--list`: Input file with recon data.
- `-output` or `--output`: Output file to store split endpoints.

## Python Module Installation
[PyPi Module Link](https://pypi.org/project/directory-splitter/1.0.0/ )

pip install directory-splitter



 
