Re: Server HTTP Client

2011-03-04 Thread Rogério Luz
Hi all, Take a look at Twisted... http://twistedmatrix.com/trac/wiki/TwistedProject Regards, Rogerio Luz On Thu, Mar 3, 2011 at 9:02 PM, Julian wrote: > Hmm, yeah I heard about that. I was hoping to get something in Python. So > I'm can stay with one technology and language. > > > > On Mar 3

Re: Server HTTP Client

2011-03-03 Thread Julian
Hmm, yeah I heard about that. I was hoping to get something in Python. So I'm can stay with one technology and language. On Mar 3, 2011, at 3:47 PM, Marwan Al-Sabbagh wrote: > mechanize is a very powerful library that can help you do this stuff. the > project page is at http://wwwsearch.sou

Re: Server HTTP Client

2011-03-03 Thread Ovnicraft
On Thu, Mar 3, 2011 at 1:59 PM, Julian wrote: > Hi, > > Is there anything on in Python or Django that can be used as a server > side HTTP Client. Something like HTTP Unit and jsdom from NodeJS. > > I recommend you use NodeJS. Regards, > I'm trying to log into some custom site and scrap the da

Re: Server HTTP Client

2011-03-03 Thread Marwan Al-Sabbagh
mechanize is a very powerful library that can help you do this stuff. the project page is at http://wwwsearch.sourceforge.net/mechanize . I've used it in my work place and it works quite well. cheers, Marwan On Thu, Mar 3, 2011 at 9:59 PM, Julian wrote: > Hi, > > Is there anything on in Python

Server HTTP Client

2011-03-03 Thread Julian
Hi, Is there anything on in Python or Django that can be used as a server side HTTP Client. Something like HTTP Unit and jsdom from NodeJS. I'm trying to log into some custom site and scrap the data from them. It would be a plus if the client also support javascript. Thanks. Julian -- You r