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
Method
__init__
(self)
cloudscraper/interpreters/native.py:87
Method
__init__
(self, name)
cloudscraper/interpreters/__init__.py:24
Method
__init__
(self)
cloudscraper/interpreters/nodejs.py:15
Method
__init__
(self)
cloudscraper/interpreters/chakracore.py:19
Method
__init__
(self)
cloudscraper/interpreters/v8.py:19
Method
__init__
(self, *args, **kwargs)
cloudscraper/user_agent/__init__.py:17
Method
__init__
(self)
cloudscraper/captcha/deathbycaptcha.py:29
Method
__init__
(self)
cloudscraper/captcha/capsolver.py:27
Method
__init__
(self)
cloudscraper/captcha/anticaptcha.py:28
Method
__init__
(self, name)
cloudscraper/captcha/__init__.py:19
Method
__init__
(self)
cloudscraper/captcha/2captcha.py:28
Method
__init__
(self)
cloudscraper/captcha/9kw.py:28
Method
__init__
(self)
cloudscraper/captcha/capmonster.py:28
Method
_checkRequest
(response)
cloudscraper/captcha/deathbycaptcha.py:60
Method
_checkRequest
(response)
cloudscraper/captcha/capsolver.py:60
Method
_checkRequest
(response)
cloudscraper/captcha/anticaptcha.py:64
Method
_checkRequest
(response)
cloudscraper/captcha/2captcha.py:103
Method
_checkRequest
(response)
cloudscraper/captcha/9kw.py:120
Method
_checkRequest
(response)
cloudscraper/captcha/capmonster.py:64
Method
add_proxy
Add a new proxy to the pool :param proxy: Proxy URL to add
cloudscraper/proxy_manager.py:138
Method
atob
(s)
cloudscraper/interpreters/js2py.py:41
Function
challengeCallback
(request)
tests/__init__.py:75
Method
challengeSolve
(body, domain)
cloudscraper/interpreters/native.py:150
Method
divisorMath
(payload, needle, domain)
cloudscraper/interpreters/native.py:130
Method
dynamicImport
(cls, name)
cloudscraper/interpreters/__init__.py:30
Method
eval
(self, body, domain)
cloudscraper/interpreters/js2py_interpreter.py:23
Method
eval
(self, body, domain)
cloudscraper/interpreters/js2py.py:24
Method
eval
(self, body, domain)
cloudscraper/interpreters/native.py:92
Method
eval
(self, body, domain)
cloudscraper/interpreters/nodejs.py:20
Method
eval
(self, body, domain)
cloudscraper/interpreters/chakracore.py:24
Method
flatten
(lists)
cloudscraper/interpreters/native.py:103
Method
getCaptchaAnswer
(self, captchaType, url, siteKey, captchaParams)
cloudscraper/captcha/deathbycaptcha.py:230
Method
getCaptchaAnswer
(self, captchaType, url, siteKey, captchaParams)
cloudscraper/captcha/capsolver.py:157
Method
getCaptchaAnswer
(self, captchaType, url, siteKey, captchaParams)
cloudscraper/captcha/anticaptcha.py:144
Method
getCaptchaAnswer
(self, captchaType, url, siteKey, captchaParams)
cloudscraper/captcha/2captcha.py:215
Method
getCaptchaAnswer
(self, captchaType, url, siteKey, captchaParams)
cloudscraper/captcha/9kw.py:186
Method
getCaptchaAnswer
(self, captchaType, url, siteKey, captchaParams)
cloudscraper/captcha/capmonster.py:144
Method
get_cookie_string
Convenience function for building a Cookie HTTP header value. Additional parameters: - rotating_proxies: List of proxy URLs
cloudscraper/__init__.py:785
Method
get_stats
Get statistics about proxy usage :return: Dict with proxy statistics
cloudscraper/proxy_manager.py:166
Method
init_poolmanager
(self, *args, **kwargs)
cloudscraper/__init__.py:107
Method
jsfuckToNumber
(jsFuck)
cloudscraper/interpreters/native.py:108
Method
login
(self, username, password)
cloudscraper/captcha/deathbycaptcha.py:56
Function
mockCloudflare
(fixture, payload)
tests/__init__.py:40
Function
post_callback
(request)
tests/__init__.py:44
Method
proxy_manager_for
(self, *args, **kwargs)
cloudscraper/__init__.py:114
Method
remove_proxy
Remove a proxy from the pool :param proxy: Proxy URL to remove
cloudscraper/proxy_manager.py:150
Function
responses_decorator
(test)
tests/__init__.py:41
Method
test_403_handling
Test 403 error handling
tests/test_modern.py:98
Method
test_browser_selection
Test browser selection
tests/test_modern.py:46
Method
test_clear_cloudflare_cookies
Test clearing Cloudflare cookies
tests/test_modern.py:129
Method
test_create_scraper
Test basic scraper creation
tests/test_modern.py:18
Method
test_create_scraper_with_options
Test scraper creation with custom options
tests/test_modern.py:26
Method
test_custom_user_agent
Test custom user agent
tests/test_modern.py:184
Method
test_legacy_create_scraper
Test legacy create_scraper function
tests/test_modern.py:160
Method
test_legacy_session_alias
Test legacy session alias
tests/test_modern.py:165
Method
test_proxy_manager
Test proxy manager functionality
tests/test_modern.py:84
Method
test_real_request
Test making a real HTTP request
tests/test_modern.py:197
Method
test_session_health_monitoring
Test session health monitoring
tests/test_modern.py:55
Method
test_session_persistence
Test session persistence across requests
tests/test_modern.py:207
Method
test_should_refresh_session
Test session refresh logic
tests/test_modern.py:144
Method
test_ssl_context_creation
Test SSL context creation
tests/test_modern.py:120
Method
test_stealth_mode
Test stealth mode functionality
tests/test_modern.py:67
Method
test_user_agent_browsers
Test different browser user agents
tests/test_modern.py:174
Method
test_user_agent_generation
Test user agent generation
tests/test_modern.py:39
Method
test_version_info
Test version information
tests/test_modern.py:115
Method
updateAttr
(obj, name, newValue)
cloudscraper/cloudflare.py:414
Method
visit_BinOp
(self, node)
cloudscraper/interpreters/native.py:26
Method
visit_Expr
(self, node)
cloudscraper/interpreters/native.py:36
Method
visit_Num
(self, node)
cloudscraper/interpreters/native.py:31
Method
wrap_socket
(self, *args, **kwargs)
cloudscraper/__init__.py:96
Function
wrapper
(self)
tests/__init__.py:43
← previous
101–171 of 171, ranked by callers