Bypass shortlinks and solve captchas (reCAPTCHA, hCaptcha, Turnstile, slider, OCR, mCaptcha, AntiBot, Chill Captcha, and more)
Project description
SkipCha
Python wrapper for the BAS API — bypass shortlinks and solve captchas programmatically.
Installation
pip install skipcha
Quick Start
from skipcha import BASClient
client = BASClient(api_key="YOUR_KEY")
# Check balance
print(client.balance())
# Bypass a shortlink
result = client.bypass_shortlink("https://short.link/abc")
print(result["bypassed_url"])
# Solve reCAPTCHA v2
token = client.recaptcha_v2(
pageurl="https://example.com",
sitekey="6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-"
)
print(token)
Features
| Service | Method | Cost |
|---|---|---|
| Balance Check | client.balance() |
Free |
| Shortlink Bypass | client.bypass_shortlink(url) |
1.5 |
| reCAPTCHA v2 | client.recaptcha_v2(pageurl, sitekey) |
0.5 |
| hCaptcha | client.hcaptcha(pageurl, sitekey) |
0.8 |
| Cloudflare Turnstile | client.turnstile(pageurl, sitekey) |
0.5 |
| AntiBot Image | client.antibot(main, options) |
0.2 |
| Slider Captcha | client.slider(bg, piece) |
0.5 |
| mCaptcha | client.mcaptcha(image) |
0.5 |
| OCR Text | client.ocr(image) |
0.5 |
| Chill Captcha | client.chill_captcha(...) |
0.6 |
| Bitcotasks | client.bitcotasks(main, options) |
0.5 |
| OnlyFaucet | client.onlyfaucet_decode(data=...) |
0.5 |
| Upside Match | client.upside(image) |
0.5 |
| Deduct Test | client.deduct_test() |
0.5 |
| Statistics | client.stats() |
Free |
Tokens deducted only on success. Failed solves are not charged.
License
MIT
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
skipcha-1.0.0.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skipcha-1.0.0.tar.gz.
File metadata
- Download URL: skipcha-1.0.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c464cdbfd5bba73c7273b9e872d9ccf426be34da87a28cdf8248c9afd0eaa40a
|
|
| MD5 |
7492b02707819ca08bcf6e8a4dc9636f
|
|
| BLAKE2b-256 |
7ce829de9cd80d9ab9ed087c5d0ca78cdb3d89b5a69402f608bd15ad8370fcb0
|
File details
Details for the file skipcha-1.0.0-py3-none-any.whl.
File metadata
- Download URL: skipcha-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
086b1c3c8b1b00d8797b4f4f58d912404efd200a6a0eda820e3c97bd9e162229
|
|
| MD5 |
6a3b8617d6acf46223b2f03e8735fc90
|
|
| BLAKE2b-256 |
d53c20b478957a8d0fcf353db947e040a1e2a44f012f42ec5a0e2e2a630e1de6
|