I havent looked in to it, but the MOST IMPORTANT thing to every "bot whatever creater" is some exception handling. You NEED if/else statements or you wont get any good resulsts with your bot.
I'm not all that familiar w/using bots but I've got a few quick questions to see if using this would benefit my business.
Which of the following actions could be completed...
1. Log into any of my dozen or so YT account
2. Go to a particular video URL
3. pull a comment from a .csv file and post that comment in the appropriate field
4. Select a "video response" and submit it...
5. "Like" the video
Thanks for any feedback...if this bot could do any/some of the above, then I'm all over this like a fat kid to a cup-cake!![]()
Thanks so much for sharing this so far its been very easy to use. I have one question could enable the bot to load flash as I'm would like to use it along with proxies to bump up views on youtube videos?
Thanks
I havent looked in to it, but the MOST IMPORTANT thing to every "bot whatever creater" is some exception handling. You NEED if/else statements or you wont get any good resulsts with your bot.
------Google Search
navigate('http://www.google.com/')
settext.name(q,Info1)
click.name(btnK)
extracturls(.,google,Data1,Unchecked)
click.id(pnnext)
wait(4)
gotoline(4)
2nd Line : settext.name(q,Info1)Just says to the browser to load google.
3rd Line : click.name(btnK)This line says to write in "q" ("q" is the name of the search bar)![]()
Text i wrote in Info1, in my case "Cats"
![]()
4th Line : extracturls(.,google,Data1,Unchecked)Says click the button named "btnK" that is the search button of google ()![]()
5th Line : click.id(pnnext)extracturls(ChrsInTheURL,ChrsToExcludeFromURL,Output, In spin format (Unchecked/Checked))
So mine was .,google,Data1,Unchecked
I chosen "." becouse it's on all urls of the page Ex: "http://www.cats.com"
I chosen "Google" becouse i wont google URLs like :Data1 is the name of the first output box :"video.google.com/?hl=en&tab=wv, google.com/maps?hl=en&tab=wl,ect,ect..."![]()
And last i chosen Unchecked becose i dont want urls in spin fromat like that : {url1.com|url2.com|url3.com|url4.com}
6th Line : wait(4)"pnnewt" is the next button on bottom right of the page ()![]()
Note: this time is ID cause this element has no name.
7th Line : gotoline(4)It's set 4 seconds delay. that will stuck the software for 4 seconds to make us more natural on google eyes. you could use another way with blank lines to make a delay. every blank line is 500ms of dealy so 500*2 = 1 second so 8 blank lines = 4 seconds
(4 seconds)'
'
'
'
'
'
'
'
Obviously, all these lines are generated by the tool, you no need to type anything.This line says to back to line #4( extracturls(.,google,Data1,Unchecked) ). That generates a loop for the next page untill the script get stopped.