Accessing Web site contents from a Python script (with use of Cookie)

Ian Bicking ianb at colorstudy.com
Tue Jul 8 03:05:20 EDT 2003


On Mon, 2003-07-07 at 23:50, Aki Niimura wrote:
> I'm currently having a problem completing my script because the contents 
> I would like to access in the Web site is a dynamic content and it is 
> generated based on the Cookie contents which are set in another page.

You should use ClientCookie:
  http://wwwsearch.sourceforge.net/ClientCookie/

  Ian







More information about the Python-list mailing list