--- id: wrapper-tls-requests version: "1.2.5" license: MIT license_treatment: permissive maintenance: active --- # wrapper-tls-requests — A powerful and lightweight Python library for making secure and reliable HTTP/TLS fingerprint requests. License: permissive · Maintenance: active · Downloads: 114.4K/mo ## What it is and what it does wrapper-tls-requests is an HTTP client that wraps TLS fingerprinting capabilities to mimic browser behavior and defeat anti-bot systems. It automatically synchronizes headers based on a chosen browser identifier, and supports proxy rotation with optional weight and region parameters. The library handles HTTP/1.1, HTTP/2, and HTTP/3 (Alpha), with features like cookie management, authentication, gzip and brotli decompression, and both synchronous and asynchronous request modes. It is built for developers who need to scrape websites or interact with APIs protected by TLS fingerprinting or anti-bot measures. The package depends on charset-normalizer, idna, and orjson for header normalization, domain handling, and JSON serialization. It is actively maintained, supports Python 3.8 through 3.13, and carries no known security vulnerabilities. Use it for: - Scrape websites protected by anti-bot systems that use TLS fingerprinting detection - Build automated API clients that need to mimic browser TLS signatures to avoid detection - Rotate through multiple proxies and TLS fingerprints simultaneously for distributed data collection - Handle high-concurrency web requests using the asynchronous API for concurrent scraping tasks - Bypass anti-bot measures on sites that block non-browser clients based on TLS handshake analysis ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Makes HTTP requests with browser-like TLS fingerprinting to bypass anti-bot detection and fingerprinting-based blocking on modern websites. Yes, if you need to bypass TLS fingerprinting or anti-bot detection on modern websites. The package is actively maintained, carries no known vulnerabilities, has low install friction, and is marked Production/Stable. Install with caution if your use case involves terms-of-service violations or unauthorized scraping; the tool itself is neutral, but its primary purpose is circumventing anti-bot measures. ## Install pip install wrapper-tls-requests uv add wrapper-tls-requests poetry add wrapper-tls-requests ## Installing wrapper-tls-requests Before you install: Low install friction with three lightweight runtime dependencies. Active maintenance with recent commits and a stable release cycle; marked Production/Stable and supports Python 3.8 through 3.13. License in practice: MIT license permits commercial and private use with minimal restrictions; you must include a copy of the license and copyright notice in distributions. Quickstart: pip install wrapper-tls-requests import wrapper_tls_requests r = wrapper_tls_requests.get("https://httpbin.org/headers", client_identifier="chrome_133") print(r.json()) Verify before relying: - Whether the Go-based backend requires a system-level dependency or runtime installation beyond the wheel - Performance characteristics and latency overhead compared to standard HTTP clients - Scope and frequency of TLS fingerprint updates to keep browser mimicry current ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 114.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags TLS fingerprinting HTTP client, bypass anti-bot detection, browser-like TLS requests, cloudflare bypass scraping, TLS client fingerprint, secure HTTP requests, web scraping anti-bot, web-scraping, anti-bot-bypass, tls-fingerprinting [View on SkillFed](https://skillfed.io/packages/wrapper-tls-requests) · [View on PyPI](https://pypi.org/project/wrapper-tls-requests/)