An ergonomic Python HTTP client that uses TLS fingerprint masking to avoid bot detection. Current version 0.12.0, requires Python >=3.11. Released irregularly; last update 2024.
pip install wreqNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Simple GET request with automatic TLS fingerprint handling.
Use `import wreq`.
Use `wreq.get()` directly; do not await.
Use `with wreq.Session() as s: s.get(...)`.
No action needed; fingerprint is automatic.
Ensure Python >=3.11 and run `pip install wreq`.
Use `import wreq` then call `wreq.get()`.
Use `wreq.get(url)` for GET requests.
No dependency data recorded yet.