How To Create Digg Url Submitter using vb 2008 or 2010?

mohanramus

Newbie
Joined
Jul 31, 2011
Messages
19
Reaction score
0
Hi

I am interested to create a application using vb 2008 or 2010. It should login inside the Digg and then submit the URL Link inside Digg.

I am still beginner in this programming stuff.

Please anyone help me with good source of ideas or else explain me the steps to do it.
 
I'm also interested in this, is there any good beginner friendly guide on how to make SEO related automation tools with VB?
 
Do a Google search for "httpwebrequest vb.net" learn the basics, and get a program called "fiddler" its http web debugging tool that captures and displays http traffic to and from your computer.

If you want to start to make bots like that fiddler will help you learn the http protocol this is a must so you can be able to reconstruct the http sessions and send them off with httpwebrequest class.
 
There was a thread here about submitting and bot programming.

I think you should just check the mobile site and then follow kill4 steps :). cheers
 
Back
Top