Search code examples
pythonperldownloadopenid

Downloading files from remote location using google openid authentication


i am looking to write a script either perl/python which can help me download files from the remote https server which needs google openid authentication,

i have the userid and password and am able to access and download the files from the browser, but i would like to know if someone could help me with a script which i can run to download the files locally to my PC

i am using ubuntu 11.04, and also have windows pc, i can send the specific details of the link if needed

please help me


Solution

  • You can try even requestlib Python library to do all the web-services tasks

    requests.get()