I want to make multiple HTTP requests using the same set of cookies. Should I call client.getPage a lot thus creating multiple factories to do this? Should I subclass the HTTPClientFactory and put logic in there? I am kinda lost on how to attack this. I want the program to login to a site and run some scraping on it.
Regards, David Bern _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
