Metadata-Version: 2.1
Name: hypersel
Version: 7.29
Summary: A Python-based web automation and data scraping framework
Home-page: https://github.com/foreandr/hyperSel
Author: foreandr
Author-email: foreandr@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown


# HyperSel

## Overview

HyperSel is a Python-based framework for web automation and data scraping. It simplifies crawling, automating interactions, and data extraction from web pages. It is built with various robust tools to handle dynamic and complex web interactions efficiently, offering features such as headless browsing, proxy support, and API sniffing.

## Features

- **Headless Browsing**: Supports headless mode for efficient and faster crawls.
- **Proxies**: Integration for rotating proxies, ensuring anonymity and bypassing restrictions.
- **Playwright and Selenium Support**: Utilizes Playwright and Selenium for browser automation, providing flexible tools for interacting with websites.
- **Undetected ChromeDriver**: Uses undetected ChromeDriver to bypass detection by anti-scraping mechanisms.
- **WebDriver Manager**: Automatically manages and updates drivers.
- **Recursive Crawling**: Supports recursive crawling to traverse multiple levels of web pages.
- **API Sniffer**: Built-in API request sniffer to intercept and extract data from API calls made by websites.
- **Regex Tools**: Built-in regex utilities for parsing and extracting data from web pages.
- **Logging**: Comprehensive logging to track scraping sessions and errors.

## Installation

To set up HyperSel, follow the steps below:

1. **Clone the Repository**:
   ```bash
   git clone https://github.com/foreandr/hyperSel.git
   ```

2. **Install Dependencies**:
   Navigate to the project directory and install the required Python packages:
   ```bash
   cd hyperSel
   pip install -r req.txt
   ```

3. **Install from PyPI**:
   You can also install HyperSel directly from PyPI using pip:
   ```bash
   pip install hyperSel
   ```

## Usage

Once installed, you can import and start using HyperSel in your projects. Example usage:

```python
import hyperSel
# Your web automation code here
```

## Contributing
Feel free to submit issues and pull requests. Contributions are welcome!

## License
This project is licensed under the MIT License.


