C# - most important things for bots

Also, I can't stress it enough, regex is going to save you. You're either going to spend a lot of time writing conditional parsers, or you're just going to quickly learn regex. It's a daunting task, but one that is, at least in my opinion, required.

yes, be sure to get really good at regex. don't just google looking for examples similar to what you are working on. really learn the concepts. this will save you hours and hours of frustration.
 
@york_daro check the readystate flag of the browser. It is set to true when all navigation is complete (unless the webmaster is using tricks but this is relatively rare).

The site I'm having problems with is GAKT :) Click here

As You can see... there's a "Loading" box. When You see that box - webbrowser's readystate changes to true (or complete?) but after that website is still loading.

Next thing I'm interested in is when I click some option in GAKT (like choosing columns) which is java - I can't detect the moment when it's loaded.
 
Adwords tool is a real prick to scrape. I ended up just using imacros + php scripts running on localhost to scrape it, since imacros handles all the loading and javascript execution stuff automatically.
 
Adwords tool is a real prick to scrape. I ended up just using imacros + php scripts running on localhost to scrape it, since imacros handles all the loading and javascript execution stuff automatically.

I can scrape it no problem now, even without WatiN...

But I could use many threads if I'd have such function (load completed event :/)
 
C# is a simple, modern, object-oriented, and type-safe programming language that combines the high abundance of accelerated appliance development languages with the raw ability of C and C++. C# and the .NET Platform make it easier for developers to build Web applications that integrate with any operating system running on any device.
 
The poster once said that the thread can be closed but advice is raining on the thread and its going on....
So free advice is some thing you can always get for free...
 
Back
Top