skillfed

wrapper-tls-requests

A powerful and lightweight Python library for making secure and reliable HTTP/TLS fingerprint requests.

wrapper-tls-requests v1.2.5 114.4K downloads/30d#12,300 on PyPI161
Permissive license MIT Active released

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-requests

uv

uv add wrapper-tls-requests

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: Web EnvironmentIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Internet :: WWW/HTTPTopic :: Software Development :: Libraries

Tags

TLS fingerprinting HTTP clientbypass anti-bot detectionbrowser-like TLS requestscloudflare bypass scrapingTLS client fingerprintsecure HTTP requestsweb scraping anti-bot
web-scrapinganti-bot-bypasstls-fingerprinting

More Libraries packages