Just wondering I don't have Microsoft Office on this machine, can Open Office export a .CSV file. I've never used it before
Alright, say I have Column 1 with first names and column 2 with last names. How would I go about randomizing both columns on Input.
So I can get a random name Each time the column gets a call for input?
Function RandomLetters( ByVal stringLength )
Dim strRandom
Const grabBag = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
For i = 1 to stringLength
strRandom = strRandom& Mid( grabBag, RandomNumber( 1, Len( grabBag ) ), 1 )
Next
RandomString = strRandom
End Function
I would use the one here:IOpus.iMacros.v6.50.Incl.Keygen-TFT
hxxp://hotfile.com/dl/4252979/20d69a4/IOpus.iMacros.v6.50.Incl.Keygen-TFT.rar
I use Selenium to do my automation, it has loads of functionality and the good thing is you can code the scripts in Java, PHP, Python and other languages if you want to do more than you can with the simple IDE.
Do anyone else use this?
If you're a visual learner, I'd say the easiest way is to use the firefox plugin and record a few macros. Simply set it to "record" and start clicking, fill out a form, etc. You'll see with each of your actions, a new line is created in the macro with a command. When you're done, stop recording and right-click and "Edit" the macro to see what it did when you clicked whatever.could anyone please post a tutorial on how to use imacros to create automation?
or any link is highly appreciated.
iMacros is much easier to write with, and for most things you don't even have to write anything with the "record" option.rufus: if you can write in php, why not write your bot in php as well ?
You can do pretty nice stuff in PHP, and since php4 you can run it as console script
edit: sorry for the 7 posts.... bhw was going really slow for me..
I got captchas to work using beatcaptchas.com, $8 per 1000
It takes the captcha image, uploads to their server, then send the completed back to you . It's pretty easy to setup I managed to do it and it's my first day working with imacros.
Heres the code you would use to implement beatcaptchas, and I think it would be similar for any other captcha site.
Code:FILEDELETE NAME=c:\pic.jpg ONDOWNLOAD FOLDER=c:\ FILE=pic.jpg TAG POS=1 TYPE=IMG ATTR=HREF:<INSERT CAPTCHA LINK/ID> URL GOTO=http://beatcaptchas.com/captcha.php TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:upload.php ATTR=ID:key CONTENT=<INSERT YOUR BEATCAPTCHA.COM KEY> TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:upload.php ATTR=NAME:file CONTENT=c:\pic.jpg TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://beatcaptchas.com/upload.php ATTR=NAME:submit&&VALUE:Submit TAG POS=1 TYPE=BODY ATTR=TXT:* EXTRACT=TXT SET !VAR1 {{!EXTRACT}}