Botright, the most advance undetected, fingerprint-changing, captcha-solving, open-source automation framework. Build on Playwright, its as easy to use as it is to extend your code. Solving your Captchas for free with AI.
If you need to solve a captcha which isnΒ΄t solvable with Botright or you dont want to spend youΒ΄re own computer resources on AI solving, I can personally
recommend:
Capsolver.com is an AI-powered service that specializes in solving various types of captchas automatically. It supports captchas such as reCAPTCHA V2, reCAPTCHA V3, hCaptcha, FunCaptcha, DataDome, AWS Captcha, Geetest and Cloudflare Captcha / Challenge 5s, Imperva / Incapsula, among others.
For developers, Capsolver offers API integration options detailed in their documentation, facilitating the integration of captcha solving into applications. They also provide browser extensions for both Chrome and Firefox, making it easy to use their service directly within a browser. Different pricing packages are available to accommodate varying needs, ensuring flexibility for users.
Evomi is your Swiss Quality, affordable Proxy Provider. I can personally recommend them for their High Quality Residential Proxies.
pip install botright
playwright install
import asyncio
import botright
async def main():
botright_client = await botright.Botright()
browser = await botright_client.new_browser()
page = await browser.new_page()
# Continue by using the Page
await page.goto("https://google.com")
await botright_client.close()
if __name__ == "__main__":
asyncio.run(main())
Read the Documentation
Botright uses a vast amount of techniques to hide its functionality as a bot from websites.
To enhance stealth, since Version 0.3, it uses a real Chromium-based browser from the local machine to start up a botted browser.
For best stealth, you want to install Ungoogled Chromium.
Furthermore, it uses self-scraped chrome-fingerprints to build up a fake browser fingerprint and to deceive website into thinking it is legit.
Test | Status | Score |
---|---|---|
reCaptcha Score | βοΈ | 0.9 |
=> nopecha.com | βοΈ | 0.9 |
=> recaptcha-demo.appspot.com | βοΈ | 0.9 |
=> berstend.github.io | βοΈ | 0.9 |
=> antcpt.com | ββ | 0.1 (Detects Legitimate Browsers as Bad) |
CreepJS | βοΈ | ~65.5% (With Canvas Manipulation 52%) |
DataDome | βοΈ | |
=> antoinevastel.com | βοΈ | |
=> datadome.co | βοΈ | |
Imperva | βοΈβ | (Cant find approved Testing Sites) |
=> ticketmaster.es | βοΈ | |
Cloudflare | βοΈ | |
=> Turnstile | βοΈ | (Using Undetected-Playwright-Python) |
=> Interstitial | βοΈ | (Using Undetected-Playwright-Python) |
SannySoft | βοΈ | |
Incolumitas | βοΈ | 0.8-1.0 |
Fingerprint.com | βοΈ | |
IpHey | βοΈ | |
BrowserScan | βοΈ | |
PixelScan | β | (Platform Test Outdated & Maybe caused by WebGL-disabling) |
Bet365 | βοΈ | Currently only using mask_fingerprint=False |
Botright is able to solve a wide viarity of Captchas.
For Documentation of these functions visit BotrightDocumentation.
It uses Computer Vision/Artificial Intelligence and other Methods to solve these Captchas.
You dont need to pay for any Captcha Solving APIs and you can solve Captchas with just one simple function call.
Here all Captchas supported as of now:
Captcha Type | Supported | Solved By | Success Rate |
---|---|---|---|
hCaptcha |
βοΈ β | hcaptcha-challenger (outdated) | up to 90% |
reCaptcha |
βοΈ | reCognizer | 50%-80% |
geeTestv3 Currently Not Available! |
|||
v3 Intelligent Mode | βοΈ | botrights stealthiness | 100% |
v3 Slider Captcha | βοΈ | cv2.matchTemplate | 100% |
v3 Nine Captcha | βοΈ | CLIP Detection | 50% |
v3 Icon Captcha | βοΈ | cv2.matchTemplate / SSIM / CLIP | 70% |
v3 Space Captcha | β | Not solvable | 0% |
geeTestv4 Currently Not Available! |
|||
v4 Intelligent Mode | βοΈ | botrights stealthiness | 100% |
v4 Slider Captcha | βοΈ | cv2.matchTemplate | 100% |
v4 GoBang Captcha | βοΈ | Math Calculations | 100% |
v4 Icon Captcha | βοΈ | cv2.matchTemplate / SSIM / CLIP | 60% |
v4 IconCrush Captcha | βοΈ | Math Calculations | 100% |
Read the CONTRIBUTING.md file.
Β© Vinyzu
(Commercial Usage is allowed, but source, license and copyright has to made available. Botright does not provide and Liability or Warranty)
Kaliiiiiiiiii (For shared knowledge of Anti-Browser-Detection Measures)
Kaliiiiiiiiii (For Main-Authoring Undetected-Playwright (Co-Authored by me) )
QIN2DIM (For his great AI work)
MaxAndolini (For shared knowledge of hCaptcha bypassing)
CreativeProxies (For sponsoring me with Proxies)