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.1.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.1.tar.gz.
File metadata
- Download URL: skipcha-1.0.1.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 |
49df6865bf76a36eb706e56e01129f22372fa7830c76ceb1c20f12c7ac8a5111
|
|
| MD5 |
87ce89819b457f9495b8691d40b2aba8
|
|
| BLAKE2b-256 |
f57f5c7cf41ea8ba0741f950078ced616a0f7cf75432291ac3a9e80642664924
|
File details
Details for the file skipcha-1.0.1-py3-none-any.whl.
File metadata
- Download URL: skipcha-1.0.1-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 |
d63e6eeaeba9c70206a71e4ad59b8fb69c16f33642fb4f24d33c301c9c063a0c
|
|
| MD5 |
28a512a8e968c3c4f4d2a39eae5d21b0
|
|
| BLAKE2b-256 |
2ddfd2a1aabdf83901f0ba700c990e81b0aebc06bc0dd1f1fee3f5b9f958c5e7
|