Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VeNoMouS/cloudscraper
/ functions
Functions
171 in github.com/VeNoMouS/cloudscraper
⨍
Functions
171
◇
Types & classes
48
↳
Endpoints
1
↓ 18 callers
Method
create_scraper
Convenience function for creating a ready-to-go CloudScraper object. Additional parameters: - rotating_proxies: List of prox
cloudscraper/__init__.py:661
↓ 15 callers
Method
simpleException
(self, exception, msg)
cloudscraper/__init__.py:257
↓ 8 callers
Method
request
(self, method, url, *args, **kwargs)
cloudscraper/__init__.py:295
↓ 5 callers
Method
dynamicImport
(cls, name)
cloudscraper/captcha/__init__.py:25
↓ 4 callers
Method
_should_refresh_session
Check if the session should be refreshed based on age and other factors
cloudscraper/__init__.py:494
↓ 4 callers
Method
checkErrorStatus
(response)
cloudscraper/captcha/deathbycaptcha.py:41
↓ 4 callers
Method
generate_fallback_response
Generate a fallback response when VM execution fails
cloudscraper/cloudflare_v3.py:220
↓ 4 callers
Method
is_Captcha_Challenge
(resp)
cloudscraper/cloudflare.py:128
↓ 4 callers
Function
template
(body, domain)
cloudscraper/interpreters/encapsulated.py:7
↓ 3 callers
Method
checkErrorStatus
(response, request_type)
cloudscraper/captcha/2captcha.py:41
↓ 3 callers
Method
debugRequest
(req)
cloudscraper/__init__.py:267
↓ 3 callers
Method
invalid
(self, s)
cloudscraper/interpreters/native.py:73
↓ 3 callers
Method
reportJob
(self, jobID)
cloudscraper/captcha/2captcha.py:97
↓ 3 callers
Method
solveCaptcha
(self, captchaType, url, siteKey, captchaParams)
cloudscraper/captcha/__init__.py:46
↓ 2 callers
Method
_clear_cloudflare_cookies
Clear Cloudflare-specific cookies to force re-authentication
cloudscraper/__init__.py:563
↓ 2 callers
Method
_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 callers
Method
_refresh_session
Refresh the session by clearing cookies and re-establishing connection
cloudscraper/__init__.py:511
↓ 2 callers
Method
checkErrorStatus
(response, fnct)
cloudscraper/captcha/capsolver.py:40
↓ 2 callers
Method
checkErrorStatus
(response)
cloudscraper/captcha/anticaptcha.py:41
↓ 2 callers
Method
checkErrorStatus
(response)
cloudscraper/captcha/9kw.py:41
↓ 2 callers
Method
checkErrorStatus
(response)
cloudscraper/captcha/capmonster.py:41
↓ 2 callers
Method
decodeBrotli
(self, resp)
cloudscraper/__init__.py:277
↓ 2 callers
Method
extract_challenge_data
(self, resp)
cloudscraper/cloudflare_v2.py:90
↓ 2 callers
Function
fixtures
Read and cache a challenge fixture Returns: HTML (bytes): The HTML challenge fixture
tests/__init__.py:25
↓ 2 callers
Method
generate_challenge_payload
(self, challenge_data, resp)
cloudscraper/cloudflare_v2.py:127
↓ 2 callers
Method
is_IUAM_Challenge
(resp)
cloudscraper/cloudflare.py:68
↓ 2 callers
Method
loadUserAgent
(self, *args, **kwargs)
cloudscraper/user_agent/__init__.py:52
↓ 2 callers
Method
perform_request
(self, method, url, *args, **kwargs)
cloudscraper/__init__.py:250
↓ 2 callers
Method
unescape
(html_text)
cloudscraper/cloudflare.py:54
↓ 1 callers
Method
Challenge_Response
(self, resp, **kwargs)
cloudscraper/cloudflare.py:330
↓ 1 callers
Method
IUAM_Challenge_Response
(self, body, url, interpreter)
cloudscraper/cloudflare.py:200
↓ 1 callers
Method
__init__
(self, *args, **kwargs)
cloudscraper/__init__.py:124
↓ 1 callers
Method
_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 callers
Method
_apply_human_like_delay
Add a random delay between requests to mimic human behavior
cloudscraper/stealth.py:91
↓ 1 callers
Method
_apply_request_throttling
Apply request throttling to prevent TLS blocking from concurrent requests
cloudscraper/__init__.py:580
↓ 1 callers
Function
_pythonVersion
()
cloudscraper/help.py:25
↓ 1 callers
Method
_randomize_headers
Randomize headers to avoid fingerprinting :param kwargs: Request kwargs :return: Modified kwargs with randomized hea
cloudscraper/stealth.py:114
↓ 1 callers
Method
_rotate_tls_cipher_suite
Rotate TLS cipher suites to avoid detection patterns
cloudscraper/__init__.py:602
↓ 1 callers
Method
apply_stealth_techniques
Apply stealth techniques to the request :param method: HTTP method :param url: URL to request :param kwargs:
cloudscraper/stealth.py:62
↓ 1 callers
Method
captcha_Challenge_Response
(self, provider, provider_params, body, url)
cloudscraper/cloudflare.py:249
↓ 1 callers
Method
dfs
(self, s, n, res)
cloudscraper/interpreters/native.py:60
↓ 1 callers
Method
doMath
(cls, expression)
cloudscraper/interpreters/native.py:42
↓ 1 callers
Method
enable_browser_quirks
Enable or disable browser quirks :param enabled: Whether to enable browser quirks
cloudscraper/stealth.py:226
↓ 1 callers
Method
enable_human_like_delays
Enable or disable human-like delays between requests :param enabled: Whether to enable human-like delays
cloudscraper/stealth.py:206
↓ 1 callers
Method
enable_randomize_headers
Enable or disable header randomization :param enabled: Whether to enable header randomization
cloudscraper/stealth.py:216
↓ 1 callers
Method
eval
(self, jsEnv, js)
cloudscraper/interpreters/__init__.py:45
↓ 1 callers
Method
eval
(self, body, domain)
cloudscraper/interpreters/v8.py:24
↓ 1 callers
Method
execute_vm_challenge
(self, challenge_data, domain)
cloudscraper/cloudflare_v3.py:144
↓ 1 callers
Method
extract_turnstile_data
(self, resp)
cloudscraper/turnstile.py:79
↓ 1 callers
Method
extract_v3_challenge_data
(self, resp)
cloudscraper/cloudflare_v3.py:80
↓ 1 callers
Method
filterAgents
(self, user_agents)
cloudscraper/user_agent/__init__.py:24
↓ 1 callers
Method
fix
(self, s)
cloudscraper/interpreters/native.py:52
↓ 1 callers
Method
generate_v3_challenge_payload
(self, challenge_data, resp, challenge_answer)
cloudscraper/cloudflare_v3.py:245
↓ 1 callers
Method
getCaptchaAnswer
(self, captchaType, url, siteKey, captchaParams)
cloudscraper/captcha/__init__.py:41
↓ 1 callers
Function
getPossibleCiphers
()
cloudscraper/help.py:14
↓ 1 callers
Method
get_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 callers
Method
get_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 callers
Method
handle_Turnstile_Challenge
(self, resp, **kwargs)
cloudscraper/turnstile.py:117
↓ 1 callers
Method
handle_V2_Captcha_Challenge
(self, resp, **kwargs)
cloudscraper/cloudflare_v2.py:210
↓ 1 callers
Method
handle_V2_Challenge
(self, resp, **kwargs)
cloudscraper/cloudflare_v2.py:161
↓ 1 callers
Method
handle_V3_Challenge
(self, resp, **kwargs)
cloudscraper/cloudflare_v3.py:279
↓ 1 callers
Method
is_Challenge_Request
(self, resp)
cloudscraper/cloudflare.py:170
↓ 1 callers
Method
is_Firewall_Blocked
(resp)
cloudscraper/cloudflare.py:150
↓ 1 callers
Method
is_New_Captcha_Challenge
(self, resp)
cloudscraper/cloudflare.py:108
↓ 1 callers
Method
is_New_IUAM_Challenge
(self, resp)
cloudscraper/cloudflare.py:89
↓ 1 callers
Method
is_Turnstile_Challenge
(resp)
cloudscraper/turnstile.py:47
↓ 1 callers
Method
is_V2_Captcha_Challenge
(resp)
cloudscraper/cloudflare_v2.py:70
↓ 1 callers
Method
is_V2_Challenge
(resp)
cloudscraper/cloudflare_v2.py:49
↓ 1 callers
Method
is_V3_Challenge
(resp)
cloudscraper/cloudflare_v3.py:45
↓ 1 callers
Function
jsunfuck
(jsfuckString)
cloudscraper/interpreters/jsunfuck.py:84
↓ 1 callers
Function
main
()
examples/turnstile_example.py:31
↓ 1 callers
Method
reportJob
(self, jobID)
cloudscraper/captcha/deathbycaptcha.py:92
↓ 1 callers
Method
report_failure
Report a failed request with the proxy :param proxy: The proxy that was used
cloudscraper/proxy_manager.py:120
↓ 1 callers
Method
report_success
Report a successful request with the proxy :param proxy: The proxy that was used
cloudscraper/proxy_manager.py:101
↓ 1 callers
Method
requestJob
(self, jobID)
cloudscraper/captcha/deathbycaptcha.py:129
↓ 1 callers
Method
requestJob
(self, jobID)
cloudscraper/captcha/capsolver.py:56
↓ 1 callers
Method
requestJob
(self, taskID)
cloudscraper/captcha/anticaptcha.py:58
↓ 1 callers
Method
requestJob
(self, jobID)
cloudscraper/captcha/2captcha.py:134
↓ 1 callers
Method
requestJob
(self, jobID)
cloudscraper/captcha/9kw.py:114
↓ 1 callers
Method
requestJob
(self, taskID)
cloudscraper/captcha/capmonster.py:58
↓ 1 callers
Method
requestSolve
(self, captchaType, url, siteKey)
cloudscraper/captcha/deathbycaptcha.py:162
↓ 1 callers
Method
requestSolve
(self, captchaType, url, siteKey)
cloudscraper/captcha/capsolver.py:99
↓ 1 callers
Method
requestSolve
(self, captchaType, url, siteKey)
cloudscraper/captcha/anticaptcha.py:99
↓ 1 callers
Method
requestSolve
(self, captchaType, url, siteKey)
cloudscraper/captcha/2captcha.py:169
↓ 1 callers
Method
requestSolve
(self, captchaType, url, siteKey)
cloudscraper/captcha/9kw.py:151
↓ 1 callers
Method
requestSolve
(self, captchaType, url, siteKey)
cloudscraper/captcha/capmonster.py:99
↓ 1 callers
Method
set_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 callers
Method
solveChallenge
(self, body, domain)
cloudscraper/interpreters/__init__.py:50
↓ 1 callers
Function
systemInfo
()
cloudscraper/help.py:42
↓ 1 callers
Method
tryMatchCustom
(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