+ Reply to Thread + Post New Thread
Page 1 of 20 1234511 ... LastLast
Results 1 to 10 of 197

Thread: So I Made My First Bot With Imacros

  1. #1
    Noobie
    Join Date
    Apr 2008
    Posts
    412
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default So I Made My First Bot With Imacros

    HA HA, I love this little simple Plugin. Man it's gonna save me $$$ and time from having to purchase software.

    I bought a program like 2 weeks ago that ran me about $70. Now in under 10 minutes I created a macro that does all the same shit + more. Oh, and the good news is I can create custom bots that you can't find anywhere, unless you paid a freelancer to create it.

    I do a lot of video marketing on Youtube, and I use to pay crazy prices to automate the process. Now I have a macro set to, comment, rate, sub, and favorite, not only that but each comment I leave on a video gets 20 thumbs up.

    I Just thought i would share my excitement.

    EDIT: I guess I should have mentioned that if your interested in creating a bot. Make sure to look into the "datasource" part of it. Without it you cant call information, or save it. So say you want to rotate comments or continue logging in with different accounts, the datasource is what you would need to setup.

  2. Shorten URL    SEO Services    Buy Xrumer

    Sponsored Links

  3. #2
    Noobie
    Join Date
    Apr 2008
    Posts
    62
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It this from iOpus?
    I looked on their site and couldn't find anything for $70 theirs is $50,$200 and $500 versions.
    or is it a different company?
    Thanks,
    JB

  4. #3
    Noobie
    Join Date
    Apr 2008
    Posts
    412
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yeah its by Iopus, but I was talking about the firefox plugin thats free. I meant I spent $70 bucks on a program that I created with Imacros for free. So I got a refund on that program, and just use the Imacro now.

    I am intersted in The paid version of Imacro, but you don't really need it. The free version is good enough for now.

  5. #4
    Noobie
    Join Date
    Apr 2008
    Posts
    230
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ah yes, I love iMacros for the very limited time I've used it. Just don't have the time to learn another language, even though it is quite simple.

    One thing I would like to learn from it sometime is calling random lines of text, like tokens.

  6. #5
    Noobie
    Join Date
    Apr 2008
    Posts
    59
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Care to give some sample code to pull info from a txt document?

  7. #6
    Noobie
    Join Date
    Apr 2008
    Posts
    412
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yeah no problem. It's best to just record something simple first, and then click edit to change it up. But I explain the steps to take below.

    SET !ERRORIGNORE YES

    'Set Error Ignore : It means that if your script runs into a problem just skip it and move on.
    This is a must if you don't want your bot to stop because of a page load error or anything really.'

    SET !DATASOURCE youtubeaccounts.csv

    'This is the datasource and is the most important for calling info or storing it. So say you have 1k accounts you want to cycle through and load. First you would need to open up a blank excel document and save it as a CSV (Comma delimited) formatted file, make sure to save it in Documents/Imacros

    Name it whatever you want, like for my youtube bot I call it " youtubeaccounts.csv " Now that you set that up you can call or save data.'


    SET !DATASOURCE_COLUMNS 3


    'Data Source Column 3 means I am using 3 rows in my excel document. A, B, And C. In "A" I have all my accounts, In "B" I have my passwords, and In "C" the Url's I want to comment on.



    SET !DATASOURCE_LINE {{!LOOP}}

    'It tells Imacros to loop through all of the cells in a row. So starting at A1 login with that name. Then login to A2 and so on.'


    So lets say I want to go to the first url that I have in my DATASOURCE, It would need to be
    " URL GOTO={{!COL3}} " because remember I stored all of my url's in column "C" When you do a recording of Imacros it's records like this " URL GOTO=http://somedomain.com "

    Well if you want to visit each url without having to record each and every action, you would just set the datasource and call the url with " {{!COL3}} " I hope it's not confusing you.

    Just give it a try and you will figure it out. I guess I'll make a video and show it here. It's actually very simple.

  8. #7
    Noobie
    Join Date
    Apr 2008
    Posts
    135
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have been using this bad boy for sometime now and works well for me. Sure it takes time to set them up but when you are done it makes the whole process of automating very easy. Some sites constantly change their sign up and submission pages unfortunately since they are catching up with automated tools but with a single change in the micros you are back to business in no time.

  9. #8
    Noobie
    Join Date
    Apr 2008
    Posts
    438
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    OK, this is very cool. I was just screwing with iMacros earlier today. I KNEW there must be a way to access a list of data. If you did a video I would go nuts.

    Another thing to check out is Roboform. One click can fill out a whole page of registration crap. The drill would go: register and create an account at an Angela site with Roboform, then bang out a whole shit pile of links with iMacros.

    With iMacros and Roboform, I think I can rule the SEO world. ;-)

  10. #9
    Noobie
    Join Date
    Apr 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I'd been install imacros for long time but don't know how to use that
    thank you for this tutorial, you safe my life..

  11. #10
    Noobie
    Join Date
    Apr 2008
    Posts
    30
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Can U Share it

+ Reply to Thread
Page 1 of 20 1234511 ... LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts