Re: writing a web client

2005-07-29 Thread gene tani
Here: http://diveintopython.org/http_web_services/index.html#oa.divein Here: Cookbook rel 2, and: http://aspn.activestate.com/ASPN/Cookbook/Python?kwd=Web Here:other really good py intros which cover 2.2 / urllib (maybe 2.3, I don't have them with me), but examples should all not give deprecation

Re: writing a web client

2005-07-29 Thread Mike Meyer
"Fuzzyman" <[EMAIL PROTECTED]> writes: > Ajar wrote: >> I want to write a program which will automatically login to my ISPs >> website, retrieve data and do some processing. Can this be done? Can >> you point me to any example python programs which do similar things? >> >> Regards, >> Ajar > > Ver

Re: writing a web client

2005-07-29 Thread Jay
thats pretty cool, could someone post a example program of a python web-based program? -- http://mail.python.org/mailman/listinfo/python-list

Re: writing a web client

2005-07-29 Thread Jay
thats pretty cool, could someone post a example program of a python web-based program? -- http://mail.python.org/mailman/listinfo/python-list

Re: writing a web client

2005-07-29 Thread gene tani
fuzzy's urllib2 info is excellent. The other way peopel snarf stuff over HTTP and FTP is using 'wget' or 'libcurl'. THere's http://pycurl.sourceforge.net/ -- http://mail.python.org/mailman/listinfo/python-list

Re: writing a web client

2005-07-29 Thread Fuzzyman
Ajar wrote: > I want to write a program which will automatically login to my ISPs > website, retrieve data and do some processing. Can this be done? Can > you point me to any example python programs which do similar things? > > Regards, > Ajar Very easily. Have a look at my article on the ``urlli

writing a web client

2005-07-29 Thread Ajar
I want to write a program which will automatically login to my ISPs website, retrieve data and do some processing. Can this be done? Can you point me to any example python programs which do similar things? Regards, Ajar -- http://mail.python.org/mailman/listinfo/python-list