mr0re1 / pynstagram

Python library that allows you to upload photos to instagram
145 stars 34 forks source link

Optional proxy support #12

Closed beeramtheman closed 8 years ago

mr0re1 commented 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:

$ 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.

mr0re1 commented 8 years ago

Closing this PR due to lack of activity.