Releases: peterstamps/Kaptsja
v10.3.0
10.3.0 PIL (pillow) was changed after version 9.5.0. Upgraded to PIL 10.2.0 ! That version is now required
run: pip uninstall Pillow followed by pip install Pillow.
All versions:
If you get font errors on Linux please run: sudo apt --reinstall install ttf-mscorefonts-installer
If you get Beautifulsoup error in a virtual environment you might need to run: pip3 install beautifulsoup4
Clearing the browser cache might be required in case False is wrong given!
v10.2.0
Added configuration setting "redirect_after_captcha". Setting this to "True" will avoid redirection to success or failure page after submission and Kaptsja verification happened. Only a True or False string will be returned allowing JavaScript to handle the continuation in the HTML page itself (similar to Google's reCaptcha).
v10.1.6
Correction of wrong rotation angle test. The value was always set to 30. Now rotation range 0 - 360 is possible as intended. Bottle debug and reloader set to False, to prevent double generation of HTML pages (no functional change however). How to run on Android has been added.
v10.1.5
10.1.5 Added time limit to solve Kaptsja within a defined time (in seconds). Deleted some left "debug" print statements.
v10.1.4
Second release.
Added missing randomlist directory with pictures.
Small close tag correction in modal HTML page
Download the Kaptsja-10.1.3.tar.gz file and decompress it with your "zip/unzip" utility in the desired directory.
If you use pip always specify --target=<directory_path> or -t <directory_path> with the package name Kaptsja
The package will be downloaded from https://pypi.org/project/Kaptsja/10.1.2/
Example: pip install -t \temp\Kaptsja Kaptsja
Example: pip install -t /home/Kaptsja Kaptsja
v10.1.2
First release.
Download the Kaptsja-10.1.2.tar.gz file and decompress it with your "zip/unzip" utility in the desired directory.
If you use pip always specify --target=<directory_path> or -t <directory_path> with the package name Kaptsja
The package will be downloaded from https://pypi.org/project/Kaptsja/10.1.2/
Example: pip install -t \temp\Kaptsja Kaptsja
Example: pip install -t /home/Kaptsja Kaptsja