primp icon indicating copy to clipboard operation
primp copied to clipboard

🪞PRIMP (Python Requests IMPersonate). The fastest python HTTP client that can impersonate web browsers

Results 15 primp issues
Sort by recently updated
recently updated
newest added

Hello, something wrong with the module, can not make any request because of tls handshake failed error. Could you please check the module? Using windows 10, python 3.9 The full...

I'm trying to build a manylinux2014 compliant wheel for ppc64le arch but facing an issue. This is the setup: ```bash docker run -ti --rm quay.io/pypa/manylinux2014_ppc64le #Setup rust curl --proto '=https'...

Last version for which the following code worked is 0.9.2 ```python import certifi import primp client = primp.Client( cookie_store=True, referer=True, follow_redirects=False, verify=True, ca_cert_file=certifi.where(), http2_only=True, ) client.request( "GET", "https://www.google.de" ) ```...

### Description When trying to send a `POST` request with a simple string using `primp.post`, the following error occurs: ```rust RuntimeError: builder error: top-level serializer supports only maps and structs...

Hello, can you please implement the ability to change the HTTP2 settings such as header order, etc and allow use of custom JA3 fingerprints like from TLS_CLIENT? ```py session =...

hi please change user-agent with User-Agent when sending request need first character upercase its detect in all website and its problem please solve it thanks

1. `get_cookies` and `set_cookies` use domain instead of url to get cookies 2. Add argument `follow_redirects` for request function 3. The `headers` in the `request` method should not be ignored...

Useful for those more familiar with python than rust

![ảnh](https://github.com/user-attachments/assets/0624f86b-cffc-4160-95c7-ba9c80a28a92)

question