Re: [Twisted-Python] Creating an HTTP Proxy.. 2 Problems: HTTPS & changing the outgoing contents

2009-11-23 Thread Kyle Hanson
Thanks for the reply, But, I wanted to so some other stuff like statistics from the sites I visit and doing a few other things in the background without slowing down my browser with javascript (automatically extracting flv's, etc.) as well as do some MITM stuff (not for mischievous uses though) so

Re: [Twisted-Python] Creating an HTTP Proxy.. 2 Problems: HTTPS & changing the outgoing contents

2009-11-23 Thread Landreville
On Sun, Nov 22, 2009 at 12:42 AM, Kyle Hanson wrote: > Basically I want to create a personal HTTP proxy to add a javascript > library to every page I visit because the javascript contains several tools > I wrote and Chrome doesnt allow extensions. > > So I have a basic proxy set up from here: > h

Re: [Twisted-Python] Storm ORM

2009-11-23 Thread Drew Smathers
On Fri, Nov 20, 2009 at 11:38 AM, Landreville wrote: > Hello, > > Does anyone use a good ORM with twisted? I'm looking for something very > simple, but works with twisted easily. > I saw this possible approach to using Storm with twisted > http://divmod.org/trac/wiki/NevowStormApproach but has any