Botright, the next level automation studio for Python. Based on Playwright.
Project description
Botright v0.2
Install it from PyPI
pip install botright
playwright install
Usage
Botright is 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(headless=False)
browser = await botright_client.new_browser()
page = await browser.new_page()
# Continue by using the Page
await botright_client.close()
if __name__ == "__main__":
asyncio.run(main())
Read the Documentation
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 | Success Rate |
---|---|---|
hCaptcha |
✔️ | 50%-90% (Depending on topicality of new Types) |
reCaptcha |
✔️ | 30%-50% |
geeTestv3 |
||
v3 Intelligent Mode | ✔️ | 100% |
v3 Slider Captcha | ✔️ | 100% |
v3 Nine Captcha | ✔️ | 50% |
v3 Icon Captcha | ✔️ | 70% |
v3 Space Captcha | ❌ | 0% |
geeTestv4 |
||
v4 Intelligent Mode | ✔️ | 100% |
v4 Slider Captcha | ✔️ | 100% |
v4 GoBang Captcha | ✔️ | 100% |
v4 Icon Captcha | ✔️ | 60% |
v4 IconCrush Captcha | ✔️ | 100% |
Development
Read the CONTRIBUTING.md file.
Copyright and License
© Vinyzu
(Commercial Usage is allowed, but source, license and copyright has to made available. Botright does not provide and Liability or Warranty)
Thanks to
QIN2DIM (For his great AI work) (Note his GitHub got banned)
MaxAndolini (For shared knowledge of hCaptcha bypassing)
CreativeProxies (For sponsoring me with Proxies)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file botright-0.2.1.tar.gz
.
File metadata
- Download URL: botright-0.2.1.tar.gz
- Upload date:
- Size: 72.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.28.1 setuptools/62.2.0 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2997a1e9de12ab6707a70d437ddeda865397d8aad58959a583f6bd3579f1996c |
|
MD5 | b75a7877e69849f2a48552098b781bab |
|
BLAKE2b-256 | 83a28d673713f72d8695862de0047de595c31a70b57bb1963b17871c33d2ddd6 |
File details
Details for the file botright-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: botright-0.2.1-py3-none-any.whl
- Upload date:
- Size: 27.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.28.1 setuptools/62.2.0 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ac4f06fc843dab54496a1b93e77458a6aaa3c5e3471415dfb9e1173998bef59 |
|
MD5 | 86d4d666fae436168adcd2e8e28a22ee |
|
BLAKE2b-256 | 17dd4978fdde5638de88d30d859c404d6c88d6afc7f63d7d1df003c6bddc13a2 |