Skip to main content

Captcha Bypass API

Project description

captchascraper

captcha and cloudflare bypass

Example

import captchascraper

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

apikey

# get
captchascraper.get("https://aarrzearadiscord.000webhostapp.com/anarchy/chat/",apikey=apikey)

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

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

#delete
captchascraper.delete("https://aarrzearadiscord.000webhostapp.com/anarchy/chat/",apikey=apikey)

インストールの仕方

$ pip install captchascraper
$ pip install git+https://github.com/zearadiscord/captchascraper

import captchascraper

print(captchascraper.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.9.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

captchascraper-0.0.9-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