Metadata-Version: 2.1
Name: LS5
Version: 0.1.1
Summary: A web scraping tool using Selenium for scraping connections, profiles, posts, chats and applications.
Home-page: https://github.com/DeadmanXXXII/Scraped
Author: Deadman
Author-email: themadhattersplayground@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11.0
Description-Content-Type: text/markdown
License-File: LICENSE

# ls5: A Simple Web Scraper using Selenium that takes external args

`ls5` is a command-line tool built with Selenium to scrape all links from a given webpage. You provide the URL as an argument, and the tool will fetch and display all the links present on that page. It runs headlessly (no GUI needed), making it efficient for automation.

## Features

- Scrapes all links (`<a>` tags) from the provided webpage URL.
- Works in headless mode to avoid opening the browser window.
- Simple to use with just a single command and URL input.

## Requirements

- Python 3.6 or higher
- Selenium 4.10.0
- Webdriver Manager 3.8.6
- Google Chrome and Chromedriver installed version ChromeDriver 126.0.6478.126 (d36ace6122e0a59570e258d82441395206d60e1c-refs/branch-heads/6478@{#1591})  

## Installation

1. Install the package from PyPI:

    ```bash
    pip install ls5
    ```

2. Make sure you have `Google Chrome` and `Chromedriver` installed and accessible in your environment,
at the location if the path in your script.

## Usage

To scrape links from a webpage, use the following command:

or
```
ls5 --url
