Skip to main content

Anti-detection scraping & automation framework — works on Windows, Linux, macOS, and Android (Termux)

Project description

Horus Anti-Detect

Multi-platform anti-detection scraping & automation framework.
يعمل على Windows / Linux / macOS / Android (Termux) بدون أي compile.

Installation

pip install horus-antidetect

كل الإضافات (TLS fingerprinting متقدم):

pip install "horus-antidetect[full]"

Quick Start

import horus

# HTTP requests (anti-detection)
r = horus.get("https://httpbin.org/headers")
print(r.status_code)

# Browser automation (auto-selects engine حسب الجهاز)
with horus.browse("https://example.com") as b:
    print(b.html())
    b.click("#btn")
    b.type("#input", "hello")
    b.screenshot("page.png")

# Advanced
from horus import Horus

with Horus(headless=True) as h:
    r = h.get("https://httpbin.org/ip")
    with h.browser as b:
        b.open("https://example.com")

Features

الميزة Windows Linux macOS Android (Termux)
HTTP requests
TLS Fingerprint (مع [full])
Cloudflare bypass
Selenium browser
Camoufox browser
Proxy rotation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

horus_antidetect-2.0.0.tar.gz (16.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

horus_antidetect-2.0.0-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

File details

Details for the file horus_antidetect-2.0.0.tar.gz.

File metadata

  • Download URL: horus_antidetect-2.0.0.tar.gz
  • Upload date:
  • Size: 16.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for horus_antidetect-2.0.0.tar.gz
Algorithm Hash digest
SHA256 fa0fec4d5d8f45883ff4741eaa4c2a3e7755c05f00e17e1d1251460dc22996f0
MD5 eab13179dda0cc467ab967978d86246d
BLAKE2b-256 0fefacd2ed2c46e765bc0a20ab0a6a2b0228f9416867de4390b7fb219ebe8821

See more details on using hashes here.

File details

Details for the file horus_antidetect-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for horus_antidetect-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 16b762e0c34e0b46a891aedce028b37b1d015f103b6f6e2287ccde83035dbe62
MD5 2f0bd6ae736f3f49f4b7af798a7f187b
BLAKE2b-256 d3e83e59893c0c0247aa160c9da614d1a549ddef5fbcfb557d28a2048968244b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page