asyncore module for loading websites
Andrew Bennetts
andrew-pythonlist at puzzling.org
Thu Jun 24 12:11:41 EDT 2004
More information about the Python-list mailing list
Thu Jun 24 12:11:41 EDT 2004
- Previous message (by thread): [python] -- Thanks for the help -- 1st app does: email,error, sql
- Next message (by thread): asyncore module for loading websites
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): [python] -- Thanks for the help -- 1st app does: email,error, sql
- Next message (by thread): asyncore module for loading websites
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list