Supported Proxies #95

Merged
fumieval merged 2 commits from master into master 2012-06-24 12:14:44 -07:00
fumieval commented 2012-06-03 02:44:33 -07:00 (Migrated from github.com)

I made a small change to use twython on proxies (as I said before on twitter).

I added an argument "proxies" in Twython.init to specifiy the proxy. So it can be used as follows:

twitter = Twython(proxies={"http":"proxy.example.org:8080", "https":"proxy.example.org:8081"})
I made a small change to use twython on proxies (as I said before on twitter). I added an argument "proxies" in Twython.**init** to specifiy the proxy. So it can be used as follows: ``` python twitter = Twython(proxies={"http":"proxy.example.org:8080", "https":"proxy.example.org:8081"}) ```
ryanmcgrath commented 2012-06-24 12:14:49 -07:00 (Migrated from github.com)

Apologies for the delayed merge, just now getting back to normal workflows. Merged and good to go. Thanks!

Apologies for the delayed merge, just now getting back to normal workflows. Merged and good to go. Thanks!
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/twython#95
No description provided.