hrequests
hrequests copied to clipboard
🚀 Web scraping for humans
Hi , Thanks for sharing your knowledge . I get the following error when running the code python : 3.10 os : windows 11 H:\Python310\ib\site-packages\hrequests\bin\hrequests-cgo-2.1-windows-4.0-amd64.dll is either not designed to...
I did not find any information related to this topic in the docs. I have some sites that use a native alert box before loading the full page. I need...
Good Morning OS: Ubuntu 20.04 hrequests version: 0.8.2 By using the hrequests.firefox.BrowserSession() I am receiving the error: `on 0: Exception in thread Thread-2 (spawn_main): Traceback (most recent call last): File...
Is there any way to create random fingerprint hash for each request.
I am testing this library with browser automation on some websites and I have observed that for many of them the content that is lazy is not fully loading (images,...
Using hrequersts, after creating an exe from my Python script, I get this error at the exe startup: FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\frige\\AppData\\Local\\Temp\\_MEI441402\\hrequests\\bin\\CR_VERSIONS.json'. The script works...
I'm building a container using the hrequest library, however, when I try to use the function get, it doesn't work and stops. Thanks for your help!
How to reproduce issue: `session = hrequests.Session(browser='chrome', version=112)` `resp = session.get("https://httpbin.org/headers")` `print(resp.json())` It will show a different version in Chrome/114.0.5731.1, Instead of expected Chrome/112.X.X.X
Hey there! Awesome library! I am running into some issues. I hope the community here can help me troubleshoot them. I am attempting to run hrequests in Lambda to interact...