So I Made My First Bot With Imacros

newbies question here : what is i macros? :o
i'm very interested
 
newbies question here : what is i macros? :o
i'm very interested
in short: "Whatever you do with Firefox, iMacros can automate it."

for more details visit the following links, dl+install & have fun:
Code:
http://www.iopus.com/iMacros/
https://addons.mozilla.org/en-US/firefox/addon/3863/
 
Imacros is really cool.... and probably one of the most powerfull web information getters...
 
Thanks alot ;) i was searching for this for the whole 2 days ;)
 
This thread has changed how I will use imacros forever :-D

Thanks!

I have tried using imacros on CL, but it doesn't really work. I'm sure there is a way, though. Backpage macros are easy to make, hint hint.

can you use imacros on backpage? any possible way of giving an example?
it would be of great use to me

Thank You in advance :D:D:D:D:D
 
this is my screenname and im locked out of my account. ive had jrvips contact mods, ive tried everything to get some help....




H.E.L.P

SCOTLAND
 
hey guys

a have a problem with wordpress drag drop widgets
anyone tried ?

Thanks
 
if anyone can create imacro with this futures
- login to wordpress blog
- drag and drop widgets , add info and save

PM
 
Would love to see iMacros commands for web2 creation(blogspot, wp, yola, weebly). Also posting 2-3 articles on to those newly created web2 would by grate.
If you need motivation,let my know. :P
 
I posted this on other thread but I'm still looking for this:

I'm looking someone expert in iMacros who can create me an iMacros code to extract all Twitter usernames.. Yes twitter username only, i know it's very easy to those who knows programming very well.. I will pay Big Dollars if anyone can create a iMacros code for this..

Example twitter member: http://anonym.to/?http://twitter.com/#!/rose

I need only the username, for example her username is "rose", so we need to extract all twitter members usernames using iMacros.. Please pm me if you can.. Big dollars is waiting for those who can extract the usernames..
 
I use it to like and share my pages over 50+ facebook accounts :-)
 
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.

i think you have done enough research on imacros!! good luck and thanks for sharing!
 
Back
Top