Skip to content

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.

Notifications You must be signed in to change notification settings

foreandr/hyperSel

Repository files navigation

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:

    git clone https://github.com/foreandr/hyperSel.git
  2. Install Dependencies: Navigate to the project directory and install the required Python packages:

    cd hyperSel
    pip install -r req.txt
  3. Install from PyPI: You can also install HyperSel directly from PyPI using pip:

    pip install hyperSel

Usage

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

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published