-
Notifications
You must be signed in to change notification settings - Fork 7
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? #8
Comments
There isn't any proxy support in weetweet yet. I'm quite busy right now, but I'll take a look at it later. |
Sorry for the delay... I've looked into it. It seems like the twitter lib I use doesn't have proxy support yet. However, it's possible to use an other lib to force the twitter lib to use a proxy. This is the third party lib: However it says that it's not recommended to force a proxy this way. So I guess I might run into problems if I do so. I could create a branch for you to test it on. I guess you can't use twitter without a proxy? |
yea. thx |
I have to admit that I'm new to using proxies. If you want to try it yourself, you should only have to add this after all the imports (line 73):
Replace and with the proxy address and port You got to have https://github.com/Anorov/PySocks installed ofcourse... |
thx for u reply. by the way. i need't it (proxy) anymore。 |
how to use weechat's proxy? thx
The text was updated successfully, but these errors were encountered: