http web fetch question

Philip Semanchuk philip at semanchuk.com
Thu Apr 23 18:27:37 EDT 2009


On Apr 23, 2009, at 6:21 PM, grocery_stocker wrote:

> Say I have a script that fetches data from a website every hour. Is
> there a general solution or is the solution operating system specific?

It's not OS-specific. See the Python standard library modules urllib,  
urllib2, or just run a command line utility like wget or curl.




More information about the Python-list mailing list