CycleTLS Wrapper - convenient, fast, no bans
Minimal information before start using
pip3 install aiocycletls
After install you must get build from my repository or create own for your system. (repository CycleTLS)
This project working with proxy on low-level of Go network
Some example
import aiocycletls
async def main() -> None:
proxy = aiocycletls.WSProxyClient()
response = await proxy.request(
url="https://tools.scrapfly.io/api/fp/ja3?extended=1",
method="GET",
user_agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36",
ja3=aiocycletls.JA3.CHROME_107
)
print(response.jsonable_body()) # You see your JA3 <3
Release files for aiocycletls 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aiocycletls-1.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Release files / aiocycletls-1.0.4-py3-none-any.whl
| Download URL | aiocycletls-1.0.4-py3-none-any.whl |
|---|---|
| Size | 10.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3ffc0c566a83d66d6e9c6da0936f679befad8157320a338f87f73980b8ab412c
|
|
BLAKE2b-256 checksum How to use checksums |
470cc3e3f96ed80dd9ab77a9ef050d3f1de7628ab1eda830916c44bbbc71df5c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|