HTTP_Request_Randomizer icon indicating copy to clipboard operation
HTTP_Request_Randomizer copied to clipboard

Proxying Python Requests

Results 23 HTTP_Request_Randomizer issues
Sort by recently updated
recently updated
newest added

http_request_randomizer.requests.errors.ProxyListException.ProxyListException: list is empty -> FreeProxyParser.py: html parsing is list error. (now solved.) reqeusts.exceptions.InvalidURL: Failed to parse: http://(ip):(port) | FreeProxy -> UnPack.py: headers add -> PremProxyParser.py: headers add

Proof https://replit.com/@d3banjan/KhakiStarchyCustomer#main.py The following code fails --- ``` from random import choice from http_request_randomizer.requests.proxy.requestProxy import RequestProxy proxies = RequestProxy().get_proxy_list() PROXY = choice(proxies).get_address() print(PROXY, type(PROXY)) ``` ... with the following error...

Can Someone Help me of how to use http-requests-randomizer and use random proxies cuz in the docs there is example of only GET request not post request plz plz help...

Thanks for the very useful package, however, it doesn't work for Facebook urls (the public groups), such as https://www.facebook.com/groups/1166154663436469/permalink/4206825836035988 I get this error : check_hostname requires server_hostname

Code runs well while I run the .py file but as soon as i convert it into .exe file via pyinstaller by typing : pyinstaller --onefile "Filename.py" and then go...

enhancement

Stacktrace: Windows 10 in PyCharm ```python (venv) C:\Users\matth\Documents\DeltaAI\InstagramMetadata>pip install http-request-randomizer Collecting http-request-randomizer Using cached https://files.pythonhosted.org/packages/7b/84/ea11a2ccbe215ac200c0e6342245f2db0747ca963f38339219e6df46b546/http_request_randomizer-1.3.2.tar.gz Requirement already satisfied: beautifulsoup4>=4.9.3 in c:\users\matth\pycharmprojects\math1061\venv\lib\site-packages (from http-request-randomizer) (4.9.3) Collecting httmock>=1.3.0 (from http-request-randomizer) Using cached...

anyway to speed up or set timeout for finding proxies so it doesn't hang for ~5 + minutes trying to find suitable proxy? ie, don't find suitable proxy in x...

Proxied pandas sessions for remote data access -- POC for #53

Selenium webdriver stuck on loading the page and gives timeout error or network error.

Actually, I want to rotate ips from the United States only is there a way to modify the code to archive this?