asyncore module for loading websites

Andrew Bennetts andrew-pythonlist at puzzling.org
Thu Jun 24 12:11:41 EDT 2004


On Wed, Jun 23, 2004 at 03:45:23PM +0200, Markus Franz wrote:
> Hi.
> 
> Some URLs are passed to a python script as command line options like the
> following command
> 
> ./script.py http://www.websites1.com http://www.website2.com

A similar question was asked a few months ago... here's my answer:
    http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&selm=mailman.217.1080819208.20120.python-list%40python.org

My solution there uses Twisted, rather than asyncore, but other than that it
does what you want.

-Andrew.





More information about the Python-list mailing list