Nic0 / tyrs

Twitter and Identica client using curses
http://tyrs.nicosphere.net
61 stars 10 forks source link

Proxy support #86

Closed Nic0 closed 12 years ago

Nic0 commented 12 years ago

@nic0sphere Does #tyrs honor the http_proxy or https_proxy bash environment variables?

Still have to do that.

Nic0 commented 12 years ago

Twitter.py does not allow proxy support, still possible with some overwriting but not easy...

Nic0 commented 12 years ago

Implemented, but still some test needed, add on the config file:

[params] proxy = myproxy.com:1337

or with authentification [params] proxy = username:pass@myproxy.com:1337

Please do not include 'http' and 'https' as so far it's append to it in the code. Note: it doesn't take the environment variables yet, so it's need to be setup in the config file.