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.2.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.2.tar.gz.
File metadata
- Download URL: skipcha-1.0.2.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 |
1225eb671072a9a19805a5affa58b4d7303c4da2684ec76f295e46f778e91fdf
|
|
| MD5 |
a4ec6f910d1181d952bd986a05af001f
|
|
| BLAKE2b-256 |
4af6058ddd23eef143745c9aa9d43ffeae4d6f9d6d339051d8a0996f164e74a7
|
File details
Details for the file skipcha-1.0.2-py3-none-any.whl.
File metadata
- Download URL: skipcha-1.0.2-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 |
d7211dcaf6b2b0e3797d9740846d123e734260da60ed227e4881f1475f3ad639
|
|
| MD5 |
47f968a1d5b330a40cba1e4f8461114b
|
|
| BLAKE2b-256 |
f1055184223bafeaffc6db3b803b54fe3090133d573c15f132d00a538cd73ddc
|