Skip to content

Commit d212625

Browse files
Add description
1 parent 7d9797d commit d212625

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/cloudflare_turnstile/cloudflare_turnstile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
import os
66
from twocaptcha import TwoCaptcha
77

8+
# Description:
9+
# In this example, you will learn how to bypass the Cloudflare Turnstile CAPTCHA located on the page https://2captcha.com/demo/cloudflare-turnstile. This demonstration will guide you through the steps of interacting with and overcoming the CAPTCHA using specific techniques
10+
# The value of the `sitekey` parameter is extracted from the page code automaticly.
811

912
# CONFIGURATION
1013

0 commit comments

Comments
 (0)