Closed beeramtheman closed 8 years ago
Hi @bramgg , thank you for your pull request. But I don't see much value in this feature. I would rather not increase complexity of usage.
To make pynstagram to use proxy you may use request-library feature:
pynstagram
request
$ export HTTP_PROXY="http://10.10.1.10:3128" $ export HTTPS_PROXY="http://10.10.1.10:1080" $ pynstagram . . .
Is there any special use case that make this feature valuable? I will be glad to hear it and change my mind. Thank you.
Closing this PR due to lack of activity.
Hi @bramgg , thank you for your pull request. But I don't see much value in this feature. I would rather not increase complexity of usage.
To make
pynstagram
to use proxy you may userequest
-library feature:Is there any special use case that make this feature valuable? I will be glad to hear it and change my mind. Thank you.