Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy support #7

Open
valankar opened this issue Aug 29, 2022 · 3 comments
Open

Proxy support #7

valankar opened this issue Aug 29, 2022 · 3 comments

Comments

@valankar
Copy link

Is it possible to support proxies?

https://requests.readthedocs.io/en/latest/user/advanced/#proxies

@singhsidhukuldeep
Copy link
Owner

This looks like something that will be extremely useful, if you want you(@valankar ) can try adding this feature and I will review your pull request!

@talhajunaidd @THE-COB @giubaru
Can you guys also look at this?

@giubaru
Copy link
Contributor

giubaru commented Sep 15, 2022

@singhsidhukuldeep @valankar please check the PR #8

@Hex2424
Copy link

Hex2424 commented Feb 7, 2023

Add possibility to define multiple proxies through parameters so each request will use differend proxy with differend protocols same as urls parameter, if you planning to implement this.
Example:

proxies = [
{
"http": "socks5://127.0.0.1:8080",
"https": "socks5://127.0.0.1:8080"
},
{
"http": "socks4://127.0.0.1:3333",
"https": "socks4://127.0.0.1:3333"
}]

response = boost_requests(urls=urls, proxies=proxies)

If need help. I can do it myself, just let me know it. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants