pycaptcha is a python package which tries solve different kinds of captcha:
- Solves word captcha
- Solves math captcha
- Solves reCAPTCHA (audio, image)
install pycaptcha with pip
pip3 install pycaptcha
or from source
sudo python3 setup.py install
Print the available arguments for pycaptcha
pycaptcha --help
logs can be found in /var/log/pycaptcha
add your current user to group syslog
, this allows the application/scripts to create a folder in
/var/log
. Replace <user>
with your current user
sudo adduser <user> syslog
to apply this change, log out and log in again and check with the terminal command groups
All changes and versioning information can be found in the CHANGELOG
Copyright (c) 2019 Bierschneider Christian. See LICENSE for details