Skip to main content

Captcha Bypass API

Project description

captchascraper

captcha and cloudflare bypass

Example

import captchascraper

data = {"name": "captchascraper","message": "captchascraper","send_message": "投稿"}

# https://www.scraperapi.com/
bypass = bypass(apikey="APIKEYHERE")

# get
bypass.get("https://aarrzearadiscord.000webhostapp.com/anarchy/chat/")

# post
bypass.post("https://aarrzearadiscord.000webhostapp.com/anarchy/chat/",data=data)

# patch
bypass.get("https://aarrzearadiscord.000webhostapp.com/anarchy/chat/",data=data)

#delete
bypass.delete("https://aarrzearadiscord.000webhostapp.com/anarchy/chat/")

使い方

$ pip install captchascraper

import captchascraper
bypass = bypass(apikey="APIKEYHERE")
print(bypass.get("https://google.com").status_code)

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

captchascraper-0.0.4.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

captchascraper-0.0.4-py3-none-any.whl (1.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