MCPcopy Index your code

hub / github.com/VeNoMouS/cloudscraper / functions

Functions171 in github.com/VeNoMouS/cloudscraper

↓ 18 callersMethodcreate_scraper
Convenience function for creating a ready-to-go CloudScraper object. Additional parameters: - rotating_proxies: List of prox
cloudscraper/__init__.py:661
↓ 15 callersMethodsimpleException
(self, exception, msg)
cloudscraper/__init__.py:257
↓ 8 callersMethodrequest
(self, method, url, *args, **kwargs)
cloudscraper/__init__.py:295
↓ 5 callersMethoddynamicImport
(cls, name)
cloudscraper/captcha/__init__.py:25
↓ 4 callersMethod_should_refresh_session
Check if the session should be refreshed based on age and other factors
cloudscraper/__init__.py:494
↓ 4 callersMethodcheckErrorStatus
(response)
cloudscraper/captcha/deathbycaptcha.py:41
↓ 4 callersMethodgenerate_fallback_response
Generate a fallback response when VM execution fails
cloudscraper/cloudflare_v3.py:220
↓ 4 callersMethodis_Captcha_Challenge
(resp)
cloudscraper/cloudflare.py:128
↓ 4 callersFunctiontemplate
(body, domain)
cloudscraper/interpreters/encapsulated.py:7
↓ 3 callersMethodcheckErrorStatus
(response, request_type)
cloudscraper/captcha/2captcha.py:41
↓ 3 callersMethoddebugRequest
(req)
cloudscraper/__init__.py:267
↓ 3 callersMethodinvalid
(self, s)
cloudscraper/interpreters/native.py:73
↓ 3 callersMethodreportJob
(self, jobID)
cloudscraper/captcha/2captcha.py:97
↓ 3 callersMethodsolveCaptcha
(self, captchaType, url, siteKey, captchaParams)
cloudscraper/captcha/__init__.py:46
↓ 2 callersMethod_clear_cloudflare_cookies
Clear Cloudflare-specific cookies to force re-authentication
cloudscraper/__init__.py:563
↓ 2 callersMethod_format_proxy
Format the proxy as a dict for requests :param proxy: Proxy URL :return: Dict mapping URL schemes to proxy URLs
cloudscraper/proxy_manager.py:87
↓ 2 callersMethod_refresh_session
Refresh the session by clearing cookies and re-establishing connection
cloudscraper/__init__.py:511
↓ 2 callersMethodcheckErrorStatus
(response, fnct)
cloudscraper/captcha/capsolver.py:40
↓ 2 callersMethodcheckErrorStatus
(response)
cloudscraper/captcha/anticaptcha.py:41
↓ 2 callersMethodcheckErrorStatus
(response)
cloudscraper/captcha/9kw.py:41
↓ 2 callersMethodcheckErrorStatus
(response)
cloudscraper/captcha/capmonster.py:41
↓ 2 callersMethoddecodeBrotli
(self, resp)
cloudscraper/__init__.py:277
↓ 2 callersMethodextract_challenge_data
(self, resp)
cloudscraper/cloudflare_v2.py:90
↓ 2 callersFunctionfixtures
Read and cache a challenge fixture Returns: HTML (bytes): The HTML challenge fixture
tests/__init__.py:25
↓ 2 callersMethodgenerate_challenge_payload
(self, challenge_data, resp)
cloudscraper/cloudflare_v2.py:127
↓ 2 callersMethodis_IUAM_Challenge
(resp)
cloudscraper/cloudflare.py:68
↓ 2 callersMethodloadUserAgent
(self, *args, **kwargs)
cloudscraper/user_agent/__init__.py:52
↓ 2 callersMethodperform_request
(self, method, url, *args, **kwargs)
cloudscraper/__init__.py:250
↓ 2 callersMethodunescape
(html_text)
cloudscraper/cloudflare.py:54
↓ 1 callersMethodChallenge_Response
(self, resp, **kwargs)
cloudscraper/cloudflare.py:330
↓ 1 callersMethodIUAM_Challenge_Response
(self, body, url, interpreter)
cloudscraper/cloudflare.py:200
↓ 1 callersMethod__init__
(self, *args, **kwargs)
cloudscraper/__init__.py:124
↓ 1 callersMethod_apply_browser_quirks
Apply browser-specific quirks to make requests look more authentic :param kwargs: Request kwargs :return: Modified k
cloudscraper/stealth.py:154
↓ 1 callersMethod_apply_human_like_delay
Add a random delay between requests to mimic human behavior
cloudscraper/stealth.py:91
↓ 1 callersMethod_apply_request_throttling
Apply request throttling to prevent TLS blocking from concurrent requests
cloudscraper/__init__.py:580
↓ 1 callersFunction_pythonVersion
()
cloudscraper/help.py:25
↓ 1 callersMethod_randomize_headers
Randomize headers to avoid fingerprinting :param kwargs: Request kwargs :return: Modified kwargs with randomized hea
cloudscraper/stealth.py:114
↓ 1 callersMethod_rotate_tls_cipher_suite
Rotate TLS cipher suites to avoid detection patterns
cloudscraper/__init__.py:602
↓ 1 callersMethodapply_stealth_techniques
Apply stealth techniques to the request :param method: HTTP method :param url: URL to request :param kwargs:
cloudscraper/stealth.py:62
↓ 1 callersMethodcaptcha_Challenge_Response
(self, provider, provider_params, body, url)
cloudscraper/cloudflare.py:249
↓ 1 callersMethoddfs
(self, s, n, res)
cloudscraper/interpreters/native.py:60
↓ 1 callersMethoddoMath
(cls, expression)
cloudscraper/interpreters/native.py:42
↓ 1 callersMethodenable_browser_quirks
Enable or disable browser quirks :param enabled: Whether to enable browser quirks
cloudscraper/stealth.py:226
↓ 1 callersMethodenable_human_like_delays
Enable or disable human-like delays between requests :param enabled: Whether to enable human-like delays
cloudscraper/stealth.py:206
↓ 1 callersMethodenable_randomize_headers
Enable or disable header randomization :param enabled: Whether to enable header randomization
cloudscraper/stealth.py:216
↓ 1 callersMethodeval
(self, jsEnv, js)
cloudscraper/interpreters/__init__.py:45
↓ 1 callersMethodeval
(self, body, domain)
cloudscraper/interpreters/v8.py:24
↓ 1 callersMethodexecute_vm_challenge
(self, challenge_data, domain)
cloudscraper/cloudflare_v3.py:144
↓ 1 callersMethodextract_turnstile_data
(self, resp)
cloudscraper/turnstile.py:79
↓ 1 callersMethodextract_v3_challenge_data
(self, resp)
cloudscraper/cloudflare_v3.py:80
↓ 1 callersMethodfilterAgents
(self, user_agents)
cloudscraper/user_agent/__init__.py:24
↓ 1 callersMethodfix
(self, s)
cloudscraper/interpreters/native.py:52
↓ 1 callersMethodgenerate_v3_challenge_payload
(self, challenge_data, resp, challenge_answer)
cloudscraper/cloudflare_v3.py:245
↓ 1 callersMethodgetCaptchaAnswer
(self, captchaType, url, siteKey, captchaParams)
cloudscraper/captcha/__init__.py:41
↓ 1 callersFunctiongetPossibleCiphers
()
cloudscraper/help.py:14
↓ 1 callersMethodget_proxy
Get the next proxy according to the rotation strategy :return: A proxy URL or dict mapping URL schemes to proxy URLs
cloudscraper/proxy_manager.py:45
↓ 1 callersMethodget_tokens
Get Cloudflare tokens for a URL Additional parameters: - rotating_proxies: List of proxy URLs or dict mapping URL schemes to
cloudscraper/__init__.py:701
↓ 1 callersMethodhandle_Turnstile_Challenge
(self, resp, **kwargs)
cloudscraper/turnstile.py:117
↓ 1 callersMethodhandle_V2_Captcha_Challenge
(self, resp, **kwargs)
cloudscraper/cloudflare_v2.py:210
↓ 1 callersMethodhandle_V2_Challenge
(self, resp, **kwargs)
cloudscraper/cloudflare_v2.py:161
↓ 1 callersMethodhandle_V3_Challenge
(self, resp, **kwargs)
cloudscraper/cloudflare_v3.py:279
↓ 1 callersMethodis_Challenge_Request
(self, resp)
cloudscraper/cloudflare.py:170
↓ 1 callersMethodis_Firewall_Blocked
(resp)
cloudscraper/cloudflare.py:150
↓ 1 callersMethodis_New_Captcha_Challenge
(self, resp)
cloudscraper/cloudflare.py:108
↓ 1 callersMethodis_New_IUAM_Challenge
(self, resp)
cloudscraper/cloudflare.py:89
↓ 1 callersMethodis_Turnstile_Challenge
(resp)
cloudscraper/turnstile.py:47
↓ 1 callersMethodis_V2_Captcha_Challenge
(resp)
cloudscraper/cloudflare_v2.py:70
↓ 1 callersMethodis_V2_Challenge
(resp)
cloudscraper/cloudflare_v2.py:49
↓ 1 callersMethodis_V3_Challenge
(resp)
cloudscraper/cloudflare_v3.py:45
↓ 1 callersFunctionjsunfuck
(jsfuckString)
cloudscraper/interpreters/jsunfuck.py:84
↓ 1 callersFunctionmain
()
examples/turnstile_example.py:31
↓ 1 callersMethodreportJob
(self, jobID)
cloudscraper/captcha/deathbycaptcha.py:92
↓ 1 callersMethodreport_failure
Report a failed request with the proxy :param proxy: The proxy that was used
cloudscraper/proxy_manager.py:120
↓ 1 callersMethodreport_success
Report a successful request with the proxy :param proxy: The proxy that was used
cloudscraper/proxy_manager.py:101
↓ 1 callersMethodrequestJob
(self, jobID)
cloudscraper/captcha/deathbycaptcha.py:129
↓ 1 callersMethodrequestJob
(self, jobID)
cloudscraper/captcha/capsolver.py:56
↓ 1 callersMethodrequestJob
(self, taskID)
cloudscraper/captcha/anticaptcha.py:58
↓ 1 callersMethodrequestJob
(self, jobID)
cloudscraper/captcha/2captcha.py:134
↓ 1 callersMethodrequestJob
(self, jobID)
cloudscraper/captcha/9kw.py:114
↓ 1 callersMethodrequestJob
(self, taskID)
cloudscraper/captcha/capmonster.py:58
↓ 1 callersMethodrequestSolve
(self, captchaType, url, siteKey)
cloudscraper/captcha/deathbycaptcha.py:162
↓ 1 callersMethodrequestSolve
(self, captchaType, url, siteKey)
cloudscraper/captcha/capsolver.py:99
↓ 1 callersMethodrequestSolve
(self, captchaType, url, siteKey)
cloudscraper/captcha/anticaptcha.py:99
↓ 1 callersMethodrequestSolve
(self, captchaType, url, siteKey)
cloudscraper/captcha/2captcha.py:169
↓ 1 callersMethodrequestSolve
(self, captchaType, url, siteKey)
cloudscraper/captcha/9kw.py:151
↓ 1 callersMethodrequestSolve
(self, captchaType, url, siteKey)
cloudscraper/captcha/capmonster.py:99
↓ 1 callersMethodset_delay_range
Set the range for random delays between requests :param min_delay: Minimum delay in seconds :param max_delay: Maximu
cloudscraper/stealth.py:194
↓ 1 callersMethodsolveChallenge
(self, body, domain)
cloudscraper/interpreters/__init__.py:50
↓ 1 callersFunctionsystemInfo
()
cloudscraper/help.py:42
↓ 1 callersMethodtryMatchCustom
(self, user_agents)
cloudscraper/user_agent/__init__.py:39
Method__getstate__
(self)
cloudscraper/__init__.py:243
Method__init__
(self, cloudscraper)
cloudscraper/cloudflare_v2.py:40
Method__init__
(self, cloudscraper)
cloudscraper/cloudflare_v3.py:36
Method__init__
(self, cloudscraper)
cloudscraper/cloudflare.py:46
Method__init__
Initialize the stealth mode :param cloudscraper: The CloudScraper instance
cloudscraper/stealth.py:14
Method__init__
(self, *args, **kwargs)
cloudscraper/__init__.py:61
Method__init__
Initialize the proxy manager :param proxies: List of proxy URLs or dict mapping URL schemes to proxy URLs :param pro
cloudscraper/proxy_manager.py:14
Method__init__
(self, cloudscraper)
cloudscraper/turnstile.py:38
Method__init__
(self)
cloudscraper/interpreters/js2py_interpreter.py:15
Method__init__
(self)
cloudscraper/interpreters/js2py.py:19
next →1–100 of 171, ranked by callers