wrapper-tls-requests
A powerful and lightweight Python library for making secure and reliable HTTP/TLS fingerprint requests.
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 on this page — 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
wrapper-tls-requests on PyPI
pip
pip install wrapper-tls-requestsuv
uv add wrapper-tls-requestspoetry
poetry add wrapper-tls-requestsInstalling 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 the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — charset-normalizer, idna, orjson |
| Maintenance | actively maintained — 172 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 114,367/month — #12,300 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: wrapper_tls_requests-1.2.5-py3-none-any.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
cloudscraperBypasses Cloudflare's anti-bot protection by…
permissive · top 5,000 on PyPI
fetch-useRoutes HTTP requests through Browser-Use's…
permissive · top 5,000 on PyPI
tls-clientAn HTTP client library that mimics the requests…
permissive · top 5,000 on PyPI
wafw00fIdentifies and fingerprints web application…
permissive · top 15,000 on PyPI
wafer-pyAn anti-detection HTTP client that handles TLS…
permissive · top 15,000 on PyPI
impitImpit provides Python bindings to make HTTP…
permissive · top 5,000 on PyPI
wreqAn HTTP client library for Python with…
permissive · top 15,000 on PyPI
scraplingScrapling is a web scraping and crawling…
permissive · top 5,000 on PyPI
primpHTTP client library that mimics real web…
permissive · top 5,000 on PyPI
uncurlConverts curl command-line requests into…
unclear · top 15,000 on PyPI