I want to access Twitter from the terminal using tornado.httpcilent
.
But Twitter is firewalled in my country. How can I access it through proxy?
Are there any other options?
I want to access Twitter from the terminal using tornado.httpcilent
.
But Twitter is firewalled in my country. How can I access it through proxy?
Are there any other options?
The official documentation for tornado.httpclient contains examples how to use proxy.
You will need curl backend for proxy support. So install the prerequisites. Here's how to do that for Ubuntu:
Then try this code: