Skip to content

ibe-314/pycaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycaptcha

Build Status License: MIT

pycaptcha is a python package which tries solve different kinds of captcha:

  • Solves word captcha
  • Solves math captcha
  • Solves reCAPTCHA (audio, image)

Installation

install pycaptcha with pip


pip3 install pycaptcha

or from source


sudo python3 setup.py install

Usage and Examples

Print the available arguments for pycaptcha


pycaptcha --help

Logs

logs can be found in /var/log/pycaptcha

Troubleshooting

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

Changelog

All changes and versioning information can be found in the CHANGELOG

License

Copyright (c) 2019 Bierschneider Christian. See LICENSE for details

About

solves different kind of captcha

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages