Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 2captcha/2captcha-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: 2captcha/2captcha-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.3
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Apr 1, 2024

  1. Adding methods mtcaptcha, friendly captcha, cutcaptcha (#73)

    * Adding methods mtcaptcha, friendly captcha, cutcaptcha to solver.py
    Adding examples mtchaptcha.py, mtcaptcha_options.py, friendly_captcha.py, friendly_captcha_options.py, cutcaptcha.py, cutcaptcha_options.py to examples folder
    Adding tests test_mtcaptcha.py, test_friendly_captcha.py, test_cutcaptcha.py to tests folder
    
    Signed-off-by: Maxim S <[email protected]>
    
    * - Fixed parameter {'method': 'cutcaptcha'} in the "send" parameters of the send request in the file test_cutcaptcha.py
    - Adding .idea/, .DS_Store to .gitignore
    
    Signed-off-by: Maxim S <[email protected]>
    
    ---------
    
    Signed-off-by: Maxim S <[email protected]>
    poplers24 authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    46067e2 View commit details
    Browse the repository at this point in the history
  2. v1.2.3

    2captcha committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1806be9 View commit details
    Browse the repository at this point in the history
Loading