https://github.com/skulltech/deathbycaptcha-cli
A CLI client for the DeathByCaptcha API
https://github.com/skulltech/deathbycaptcha-cli
captcha-solving deathbycaptcha deathbycaptcha-api deathbycaptcha-cli
Last synced: 12 months ago
JSON representation
A CLI client for the DeathByCaptcha API
- Host: GitHub
- URL: https://github.com/skulltech/deathbycaptcha-cli
- Owner: skulltech
- Created: 2017-10-04T00:55:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T21:22:13.000Z (over 8 years ago)
- Last Synced: 2025-03-27T12:48:52.627Z (about 1 year ago)
- Topics: captcha-solving, deathbycaptcha, deathbycaptcha-api, deathbycaptcha-cli
- Language: Python
- Size: 331 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeathByCaptcha-CLI
A CLI client for the DeathByCaptcha API
## Installation
```console
$ git clone https://github.com/SkullTech/DeathByCaptcha-CLI.git
$ cd DeathByCaptcha-CLI
$ pip3 install -r requirements.txt
```
## Usage
```console
$ python3 dbcscript.py -h
usage: dbcscript.py [-h] {text,image} file
positional arguments:
{text,image} Which type of CAPTCHA
file Filename of CAPTCHA image
optional arguments:
-h, --help show this help message and exit
```
### Example usages
__For conventional text-based CAPTCHA__
```console
$ python3 dbcscript.py text captcha-conventional.jpg
[*] Your balance is 688.5848 US cents
[*] CAPTCHA 29683296 solved: following finding
```
__For image-based reCAPTCHA__
```console
$ python3 dbcscript.py image captcha-images.jpg
[*] Your balance is 688.3801 US cents
[*] CAPTCHA 1407357462 solved: [[75,237],[188,201],[180,440]]
```