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
Release history Release notifications | RSS feed
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.3.tar.gz
(16.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file horus_antidetect-2.0.3.tar.gz.
File metadata
- Download URL: horus_antidetect-2.0.3.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15b962b5cc36ea78ecba9e96585cbb1b8870bca73e653c03f9f5bcf960e5f808
|
|
| MD5 |
10f1c94606bacba0e074184b66245c38
|
|
| BLAKE2b-256 |
70066626047067642af6048f9a8db463c764d4049bb3d433bc0d532d0a237c5d
|
File details
Details for the file horus_antidetect-2.0.3-py3-none-any.whl.
File metadata
- Download URL: horus_antidetect-2.0.3-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ceb185133058c4509a5e02bea6063ee4abbd9a1535019915898ac6fac04b6c7f
|
|
| MD5 |
47ce3c63523fc41ed6aa5cc1a6ff8c6c
|
|
| BLAKE2b-256 |
bdc2a9efc438f0e5a8cbb274cba503619003d144c17d8be4a79294babadc201b
|