[Zope] call multiple urls from python script

Dieter Maurer dieter@handshake.de
Fri, 21 Jun 2002 23:47:59 +0200


Joshua Newman writes:
 > I need to call multiple urls from a python script that gets input from
 > a form.
 > 
 > The script builds several URLs that look like:
 > (http://some.paging.site&pagernumber=23423424&sender=someone&message=this+script+sends+text+pages+to+doctors)
You want to integrate the results of these requests into your result page?

  Look at KebasData (some similar), at "ZPublisher.Client" or
  at "urllib/urllib2".


Dieter