captchascraper
captcha and cloudflare bypass
Example
import captchascraper
data = {"name": "captchascraper","message": "captchascraper","send_message": "投稿"}
apikey
captchascraper.get("https://aarrzearadiscord.000webhostapp.com/anarchy/chat/",apikey=apikey)
captchascraper.post("https://aarrzearadiscord.000webhostapp.com/anarchy/chat/",apikey=apikey,data=data)
captchascraper.patch("https://aarrzearadiscord.000webhostapp.com/anarchy/chat/",apikey=apikey,data=data)
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)