GithubHelp home page GithubHelp logo

turgutharunarslan / botrightvinyzu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vinyzu/botright

0.0 0.0 0.0 51.88 MB

FORKED FROM VİNYZU/BOTRİGHT

License: GNU General Public License v3.0

JavaScript 0.56% Python 96.30% CSS 0.01% HTML 3.13%

botrightvinyzu's Introduction

Botright v0.5.1

Tests & Linting Downloads


Sponsors

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 Banner

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.


Install it from PyPI

pip install botright
playwright install

Usage

Botright is currently only available in async mode.

It is fully plugable with your existing playwright code. You only have to change your browser initialization!

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


Browser Stealth

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

Captcha Solving

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%

Development

Read the CONTRIBUTING.md file.


Copyright and License

© Vinyzu

GNU GPL

(Commercial Usage is allowed, but source, license and copyright has to made available. Botright does not provide and Liability or Warranty)


Thanks to

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)


Version License Python

my-discord buy-me-a-coffee

botrightvinyzu's People

Contributors

vinyzu avatar dependabot[bot] avatar turgutharunarslan avatar gandag avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.