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
Release files for skipcha 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| skipcha-1.0.2.tar.gz | 4.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| skipcha-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.7 kB
Release files / skipcha-1.0.2.tar.gz
| Download URL | skipcha-1.0.2.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1225eb671072a9a19805a5affa58b4d7303c4da2684ec76f295e46f778e91fdf
|
|
BLAKE2b-256 checksum How to use checksums |
4af6058ddd23eef143745c9aa9d43ffeae4d6f9d6d339051d8a0996f164e74a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.9
|
Release files / skipcha-1.0.2-py3-none-any.whl
| Download URL | skipcha-1.0.2-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d7211dcaf6b2b0e3797d9740846d123e734260da60ed227e4881f1475f3ad639
|
|
BLAKE2b-256 checksum How to use checksums |
f1055184223bafeaffc6db3b803b54fe3090133d573c15f132d00a538cd73ddc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.9
|