Suggestions for a programming framework

Glad you like it!! :) I now do all my bots in it. And it is developed actively, so we won't lose support soon. :D
 
Glad you like it!! :) I now do all my bots in it. And it is developed actively, so we won't lose support soon. :D

I like the framework - the svn I dl'd had a .net runtime problem when I added it to muly existing v4 solution - but apart from that it looks nice . I have noticed that some 'click' methods so not work as you would expect, but I pit this down to js event bubbling - not debugging it sufficiently.

Was ableto make a facebook wall spammer reasonably quickly with it!

jazzc - you ever looked at fiddler2? It's similar in the way it hooks into ie - it doesn't cast the doc into mshtml - But allows direct injection into the http stream (incoming and outgoing) based on a http request regex like system.

Would be very easy for example using the fiddler api to inject every page received by ie with some JavaScript | or easily change the user-agent for various requests | OR redirect requests to certain hosts :-)

Anyhoo have a gander anyone http://www.fiddler2.com/Fiddler/dev/
Posted via Mobile Device
 
I was using Fiddler a lot when dealing with PHP and CURL. Mostly to understand how to program each specific bot. Never did anything with it and .NET. Worth a look! Thanks for the tip!
You can execute JS with Watin I believe.
 
Back
Top