deedy5 / primp

🪞PRIMP (Python Requests IMPersonate). The fastest python HTTP client that can impersonate web browsers
MIT License
90 stars 7 forks source link

Client: migrate to async reqwest_impersonate::Client, use rayon ThreadPool and Tokio multi-thread runtime #6

Closed deedy5 closed 7 months ago

deedy5 commented 7 months ago

1) Client: migrate to async reqwest_impersonate::Client, 2) Use rayon ThreadPool and Tokio multi-thread runtime to execute future and bypass Python thread deadlock.