Skip to main content

A python package for spoofing TLS

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

aiocycletls-1.0.4-py3-none-any.whl (10.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page