Skip to main content

the requests package which passed ja3

Project description

requests which pass through tls

安装

  • pip install requests-curl-antitls
  • 执行以下脚本
# 如果有多个虚拟环境,刚才哪个python安装的curl,就用哪个python执行这个
import sys
import os

base = os.path.join(sys.prefix, "lib", "libcurl-impersonate-chrome.so")

with open(base, "rb") as inp, open("/usr/lib/libcurl-impersonate-chrome.so.4","wb") as out:
    data = inp.read()
    out.write(data)

Project details


Download files

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

Source Distribution

requests-curl-antitls-0.1.0rc3.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

requests_curl_antitls-0.1.0rc3-py3-none-any.whl (10.9 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