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-csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: 2captcha/2captcha-csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Aug 29, 2023

  1. balance invariant culture (#22)

    Co-authored-by: 2Captcha <support@2captcha.com>
    kratzky and 2Captcha authored Aug 29, 2023
    Copy the full SHA
    993e3ee View commit details
  2. v1.3.1

    kratzky committed Aug 29, 2023
    Copy the full SHA
    7ed0541 View commit details

Commits on Aug 30, 2023

  1. Optional params (#24)

    * added additional parameters
    
    * updated tests
    
    * updated readme
    kratzky authored Aug 30, 2023
    Copy the full SHA
    4a7182d View commit details
  2. v1.3.2

    kratzky committed Aug 30, 2023
    Copy the full SHA
    76a159f View commit details

Commits on May 14, 2024

  1. update gitignore

    kratzky committed May 14, 2024
    Copy the full SHA
    e9d89f2 View commit details
  2. Add 2captcha softId (#27)

    * add info about proxy
    
    * Add Useful links
    
    * add 2captcha softId
    
    * update tests
    dzmitry-duboyski authored May 14, 2024
    Copy the full SHA
    8b9e897 View commit details
  3. v1.3.3

    kratzky committed May 14, 2024
    Copy the full SHA
    3de4fa7 View commit details
  4. fix links (#28)

    dzmitry-duboyski authored May 14, 2024
    Copy the full SHA
    02bba34 View commit details

Commits on Jul 24, 2024

  1. Update README.md

    dzmitry-duboyski authored Jul 24, 2024
    Copy the full SHA
    1560762 View commit details

Commits on Aug 9, 2024

  1. Add LICENSE

    dzmitry-duboyski committed Aug 9, 2024
    Copy the full SHA
    453ba1d View commit details
  2. Copy the full SHA
    bdc0d84 View commit details
  3. Update README.md

    dzmitry-duboyski committed Aug 9, 2024
    Copy the full SHA
    b9af2f6 View commit details
  4. Update README.md

    dzmitry-duboyski authored Aug 9, 2024
    Copy the full SHA
    bed3952 View commit details

Commits on Aug 14, 2024

  1. Copy the full SHA
    c903a80 View commit details
  2. v1.3.4

    kratzky committed Aug 14, 2024
    Copy the full SHA
    f8daab7 View commit details

Commits on Oct 9, 2024

  1. new SDK (#33)

    * public static void Main()
    
    * run helper
    
    * MTCaptcha added
    
    * test and readme
    
    * Cutcaptcha
    
    * readme
    
    * CyberSiARA
    
    * DataDome
    
    * DataDome
    
    * atbCAPTCHA
    
    * test
    
    * Tencent
    
    * bug fixed
    
    * Update README.md
    
    * refactor
    
    * Update README.md
    
    * Update examples
    
    * Update README.md
    
    * Add Description and Tags
    
    ---------
    
    Co-authored-by: victorkowalski <kowalsky@2captcha.com>
    Co-authored-by: dzmitry-duboyski <dzmitry.duboyski@gmail.com>
    3 people authored Oct 9, 2024
    Copy the full SHA
    8608681 View commit details
  2. v1.4.0

    kratzky committed Oct 9, 2024
    Copy the full SHA
    5438c27 View commit details

Commits on Nov 19, 2024

  1. Update README.md

    dzmitry-duboyski committed Nov 19, 2024
    Copy the full SHA
    040d2bc View commit details
  2. refactor

    dzmitry-duboyski committed Nov 19, 2024
    Copy the full SHA
    2a840b2 View commit details
  3. Revert "refactor"

    This reverts commit 2a840b2.
    dzmitry-duboyski committed Nov 19, 2024
    Copy the full SHA
    6f3e248 View commit details
  4. refactor

    dzmitry-duboyski committed Nov 19, 2024
    Copy the full SHA
    80a8751 View commit details

Commits on Nov 21, 2024

  1. refactor

    dzmitry-duboyski committed Nov 21, 2024
    Copy the full SHA
    7a407b4 View commit details

Commits on Dec 3, 2024

  1. Update README.md

    dzmitry-duboyski committed Dec 3, 2024
    Copy the full SHA
    19293b6 View commit details

Commits on Dec 4, 2024

  1. Update README.md

    dzmitry-duboyski authored Dec 4, 2024
    Copy the full SHA
    5abfdf6 View commit details
Showing with 1,353 additions and 249 deletions.
  1. +4 −1 .gitignore
  2. +21 −0 LICENSE
  3. +286 −77 README.md
  4. +2 −2 TwoCaptcha.Examples/AmazonWafExample.cs
  5. +2 −2 TwoCaptcha.Examples/AmazonWafOptionsExample.cs
  6. +29 −0 TwoCaptcha.Examples/AtbCAPTCHAExample.cs
  7. +4 −4 TwoCaptcha.Examples/AudioCaptchaExample.cs
  8. +4 −4 TwoCaptcha.Examples/AudioCaptchaOpdionsExample.cs
  9. +3 −3 TwoCaptcha.Examples/CanvasBase64Example.cs
  10. +3 −3 TwoCaptcha.Examples/CanvasExample.cs
  11. +4 −4 TwoCaptcha.Examples/CanvasOptionsExample.cs
  12. +2 −2 TwoCaptcha.Examples/CapyExample.cs
  13. +2 −2 TwoCaptcha.Examples/CapyOptionsExample.cs
  14. +3 −3 TwoCaptcha.Examples/CoordinatesBase64Example.cs
  15. +3 −3 TwoCaptcha.Examples/CoordinatesExample.cs
  16. +4 −4 TwoCaptcha.Examples/CoordinatesOptionsExample.cs
  17. +29 −0 TwoCaptcha.Examples/CutcaptchaExample.cs
  18. +29 −0 TwoCaptcha.Examples/CyberSiARAExample.cs
  19. +30 −0 TwoCaptcha.Examples/DataDomeExample.cs
  20. +6 −6 TwoCaptcha.Examples/{HCaptchaExample.cs → FriendlyCaptchaExample.cs}
  21. +3 −2 TwoCaptcha.Examples/FunCaptchaExample.cs
  22. +2 −2 TwoCaptcha.Examples/FunCaptchaOptionsExample.cs
  23. +4 −4 TwoCaptcha.Examples/GeeTestExample.cs
  24. +4 −4 TwoCaptcha.Examples/GeeTestOptionsExample.cs
  25. +3 −3 TwoCaptcha.Examples/GeeTestV4Example.cs
  26. +3 −3 TwoCaptcha.Examples/GeeTestV4OptionsExample.cs
  27. +4 −3 TwoCaptcha.Examples/GridBase64Example.cs
  28. +4 −3 TwoCaptcha.Examples/GridExample.cs
  29. +4 −4 TwoCaptcha.Examples/GridOptionsExample.cs
  30. +0 −29 TwoCaptcha.Examples/HCaptchaOptionsExample.cs
  31. +7 −7 TwoCaptcha.Examples/KeyCaptchaExample.cs
  32. +7 −7 TwoCaptcha.Examples/KeyCaptchaOptionsExample.cs
  33. +4 −4 TwoCaptcha.Examples/LeminExample.cs
  34. +4 −4 TwoCaptcha.Examples/LeminOptionsExample.cs
  35. +28 −0 TwoCaptcha.Examples/MTCaptchaExample.cs
  36. +4 −3 TwoCaptcha.Examples/NormalBase64Example.cs
  37. +3 −3 TwoCaptcha.Examples/NormalExample.cs
  38. +5 −5 TwoCaptcha.Examples/NormalOptionsExample.cs
  39. +20 −0 TwoCaptcha.Examples/README.md
  40. +4 −4 TwoCaptcha.Examples/ReCaptchaV2Example.cs
  41. +4 −4 TwoCaptcha.Examples/ReCaptchaV2OptionsExample.cs
  42. +4 −4 TwoCaptcha.Examples/ReCaptchaV3Example.cs
  43. +5 −5 TwoCaptcha.Examples/ReCaptchaV3OptionsExample.cs
  44. +3 −3 TwoCaptcha.Examples/RotateExample.cs
  45. +4 −4 TwoCaptcha.Examples/RotateOptionsExample.cs
  46. +203 −0 TwoCaptcha.Examples/Run.cs
  47. +28 −0 TwoCaptcha.Examples/TencentExample.cs
  48. +2 −2 TwoCaptcha.Examples/TextExample.cs
  49. +2 −2 TwoCaptcha.Examples/TextOptionsExample.cs
  50. +2 −2 TwoCaptcha.Examples/TurnstileExample.cs
  51. +2 −2 TwoCaptcha.Examples/TurnstileOptionsExample.cs
  52. +72 −0 TwoCaptcha.Examples/TwoCaptcha.Examples.csproj
  53. +2 −2 TwoCaptcha.Examples/YandexExample.cs
  54. +2 −2 TwoCaptcha.Examples/YandexOptionsExample.cs
  55. BIN TwoCaptcha.Examples/resources/normal_hint.jpg
  56. BIN TwoCaptcha.Examples/resources/rotate_hint.jpg
  57. +1 −0 TwoCaptcha.Tests/AmazonWafTest.cs
  58. +29 −0 TwoCaptcha.Tests/AtbCAPTCHATest.cs
  59. +1 −0 TwoCaptcha.Tests/AudioTest.cs
  60. +3 −0 TwoCaptcha.Tests/CanvasTest.cs
  61. +1 −0 TwoCaptcha.Tests/CapyTest.cs
  62. +4 −0 TwoCaptcha.Tests/CoordinatesTest.cs
  63. +28 −0 TwoCaptcha.Tests/CutcaptchaTest.cs
  64. +28 −0 TwoCaptcha.Tests/CyberSiARATest.cs
  65. +35 −0 TwoCaptcha.Tests/DataDomeTest.cs
  66. +27 −0 TwoCaptcha.Tests/FriendlyCaptchaTest.cs
  67. +1 −0 TwoCaptcha.Tests/FunCaptchaTest.cs
  68. +1 −0 TwoCaptcha.Tests/GeeTestTest.cs
  69. +1 −0 TwoCaptcha.Tests/GeeTestV4Test.cs
  70. +4 −0 TwoCaptcha.Tests/GridTest.cs
  71. +3 −0 TwoCaptcha.Tests/HCaptchaTest.cs
  72. +1 −0 TwoCaptcha.Tests/KeyCaptchaTest.cs
  73. +1 −0 TwoCaptcha.Tests/LeminTest.cs
  74. +27 −0 TwoCaptcha.Tests/MTCaptchaTest.cs
  75. +4 −0 TwoCaptcha.Tests/NormalTest.cs
  76. +4 −0 TwoCaptcha.Tests/ReCaptchaTest.cs
  77. +1 −0 TwoCaptcha.Tests/RotateTest.cs
  78. +27 −0 TwoCaptcha.Tests/TencentTest.cs
  79. +3 −0 TwoCaptcha.Tests/TextTest.cs
  80. +7 −0 TwoCaptcha.Tests/TurnstileTest.cs
  81. +1 −0 TwoCaptcha.Tests/YandexTest.cs
  82. +26 −0 TwoCaptcha/Captcha/AtbCAPTCHA.cs
  83. +22 −0 TwoCaptcha/Captcha/Cutcaptcha.cs
  84. +23 −0 TwoCaptcha/Captcha/CyberSiARA.cs
  85. +26 −0 TwoCaptcha/Captcha/DataDome.cs
  86. +20 −0 TwoCaptcha/Captcha/FriendlyCaptcha.cs
  87. +5 −0 TwoCaptcha/Captcha/HCaptcha.cs
  88. +21 −0 TwoCaptcha/Captcha/MTCaptcha.cs
  89. +5 −0 TwoCaptcha/Captcha/ReCaptcha.cs
  90. +21 −0 TwoCaptcha/Captcha/Tencent.cs
  91. +13 −0 TwoCaptcha/Captcha/Turnstile.cs
  92. +3 −2 TwoCaptcha/TwoCaptcha.cs
  93. +3 −1 TwoCaptcha/TwoCaptcha.csproj
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -3,4 +3,7 @@ obj/
/packages/
riderModule.iml
/_ReSharper.Caches/
.idea
.idea
.vs
info.md
Properties/
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 2captcha

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading