<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tony Fx20</title>
    <description>The latest articles on DEV Community by Tony Fx20 (@sxdfgnb).</description>
    <link>https://dev.to/sxdfgnb</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1145250%2F04e7c166-6470-4ca7-b49c-70b356a5cc25.png</url>
      <title>DEV Community: Tony Fx20</title>
      <link>https://dev.to/sxdfgnb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sxdfgnb"/>
    <language>en</language>
    <item>
      <title>Captchaai-python 1.0</title>
      <dc:creator>Tony Fx20</dc:creator>
      <pubDate>Sun, 10 Sep 2023 09:04:29 +0000</pubDate>
      <link>https://dev.to/sxdfgnb/captchaai-python-10-618</link>
      <guid>https://dev.to/sxdfgnb/captchaai-python-10-618</guid>
      <description>&lt;p&gt;CaptchaAI.IO package for Python3&lt;/p&gt;

&lt;p&gt;Register now from here.&lt;/p&gt;

&lt;p&gt;If you have any problem with usage, read the documentation or create an issue&lt;/p&gt;

&lt;p&gt;Installation&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;pip install captchaai_python

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Supported captcha types&lt;br&gt;
Image to Text&lt;br&gt;
Recaptcha V2&lt;br&gt;
Recaptcha V3&lt;/p&gt;
&lt;h2&gt;
  
  
  Usage examples
&lt;/h2&gt;

&lt;p&gt;*&lt;em&gt;ImageToText&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;from captchaai_python import ImageToTextTask

captchaaiio = ImageToTextTask("API_KEY")
task_id = captchaaiio.create_task(image_path="img.png")
result = captchaaiio.join_task_result(task_id)
print(result.get("text"))
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;*&lt;em&gt;Recaptcha v2&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
from captchaai_python import RecaptchaV2Task


captchaaiio = RecaptchaV2Task("API_KEY")
task_id = captchaaiio.create_task("website_url", "website_key")
result = captchaaiio.join_task_result(task_id)
print(result.get("gRecaptchaResponse"))
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;*&lt;em&gt;Recaptcha v2 enterprise&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
from captchaai_python import RecaptchaV2EnterpriseTask
captchaaiio = RecaptchaV2EnterpriseTask("API_KEY")
task_id = captchaaiio.create_task("website_url", "website_key", {"s": "payload value"}, "api_domain")
result = captchaaiio.join_task_result(task_id)
print(result.get("gRecaptchaResponse"))
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;For more details &lt;br&gt;
&lt;a href="https://pypi.org/project/captchaai-python/"&gt;https://pypi.org/project/captchaai-python/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>captcah</category>
      <category>captchai</category>
    </item>
    <item>
      <title>START - How to Solve any version of Captcha with CaptchaAI</title>
      <dc:creator>Tony Fx20</dc:creator>
      <pubDate>Thu, 24 Aug 2023 09:49:33 +0000</pubDate>
      <link>https://dev.to/sxdfgnb/start-how-to-solve-any-version-of-captcha-with-captchaai-1aef</link>
      <guid>https://dev.to/sxdfgnb/start-how-to-solve-any-version-of-captcha-with-captchaai-1aef</guid>
      <description>&lt;p&gt;Solving Captcha using CaptchaAI is very easy, Let's do it in a few simple steps!&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Log into your CaptchaAI account 
Navigate to the CaptchaAI website and log into your Account.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--siFsnbTS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jf3jugyouuag9lwm4tkq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--siFsnbTS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jf3jugyouuag9lwm4tkq.png" alt="Image description" width="800" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gkfXRxPd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/j2y6vzlcu18n7e89rk36.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gkfXRxPd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/j2y6vzlcu18n7e89rk36.png" alt="Image description" width="800" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Make sure that you are having CaptchaAI Threads &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;From Your &lt;a href="https://captchaai.com/dashboard.php?from=21"&gt;Dashboard&lt;/a&gt;, Check your available total threads&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--27qv87s7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5jptt005zjk934376mrf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--27qv87s7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5jptt005zjk934376mrf.png" alt="Image description" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Note: If your Total Threads is "0", You can check this article for adding threads and start solving Captcha with &lt;a href="https://help.captchaai.com/en/articles/6820221-subscribe-subscribe-to-captchaai-and-start-solving-recaptcha-hcaptcha-etc"&gt;CaptchaAI&lt;/a&gt;&lt;br&gt;
**&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ol&gt;
&lt;li&gt;Copy Your API Key&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Copy your CaptchaAI API Key&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--M3Gvc4VH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/t70mof2hxtr3kmrowm7n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--M3Gvc4VH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/t70mof2hxtr3kmrowm7n.png" alt="Image description" width="800" height="371"&gt;&lt;/a&gt;&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/7Un3f6AB2QA"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Important: There are 2 Prospects!&lt;/strong&gt;&lt;br&gt;
Case #1 CaptchaAI is available in your software options.&lt;br&gt;
Case #2 CaptchaAI is not available in your software options, But 2Captcha is available. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;According to the correct prospect for your case, Let's continue!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;u&gt;Case #1&lt;/u&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Choose CaptchaAI option and Paste Your API Key&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Choose CaptchaAI option in Your Software&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZVzCqdCz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mblbskfe36vxyefnq2zj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZVzCqdCz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mblbskfe36vxyefnq2zj.png" alt="Image description" width="640" height="453"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Select CaptchaAI.com&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ubbCPcML--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ctv19cdt5y5r3ga5i79s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ubbCPcML--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ctv19cdt5y5r3ga5i79s.png" alt="Image description" width="640" height="605"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then, Paste your API Key here then click OK&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xGNvMMmS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oq0cyljvv9wqyilot5rg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xGNvMMmS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oq0cyljvv9wqyilot5rg.png" alt="Image description" width="639" height="592"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GSA search engine ranker with Captcha AI&lt;br&gt;
Now, CaptchaAI option is ready to solve your Captcha!&lt;/p&gt;

&lt;p&gt;Finally, Run The Software!&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/BiHkjCGdCEk"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Case #2&lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Download CaptchaAI Emulator &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Set Up CaptchaAI Emulator from &lt;a href="https://captchaai.com/emulator.php?from=21"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aN-0cdfZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ey7ba5plooty9k65n67i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aN-0cdfZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ey7ba5plooty9k65n67i.png" alt="Image description" width="800" height="785"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/vpT3cK8cqYU"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Choose 2Captcha option and Paste Your API Key&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Choose 2Captcha option in Your Software&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LIXqKEIC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ldt538npdj0k1hucz5pn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LIXqKEIC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ldt538npdj0k1hucz5pn.png" alt="Image description" width="570" height="357"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then, Paste your CaptchaAI Key&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/Ujs9TVm0o_0"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Run CaptchaAI Emulator&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Run The Emulator that you already setup&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xCu5nGGV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nzkqxv42ucl3tpvxqxvh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xCu5nGGV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nzkqxv42ucl3tpvxqxvh.png" alt="Image description" width="588" height="316"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Finally, Run The Software!&lt;br&gt;
Congrats! All should work normally Now!&lt;/p&gt;

&lt;p&gt;Note: If you issued any problems with any of the previous steps, Please contact us and our&lt;a href="https://help.captchaai.com/?from=21"&gt; support team&lt;/a&gt; will be glad to help you to complete your integration.&lt;/p&gt;

</description>
      <category>captch</category>
      <category>solving</category>
      <category>captchaai</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
