imacros

W9go

Elite Member
Joined
May 16, 2011
Messages
5,841
Reaction score
1,308
is there any good tutorial for imacros ? i did read the official wiki which is not really so helpful.

thanks
 
Official Wiki Helped me a lot just look over the Examples too and it explain things better.
you can go with youtube personally havent checked them for imacros.

Cheers
 
There's an imacro forum, I used it to see what other people do. Trial and error.
 
thanks ..... i will check
 
my first macro is ready but it does not loop ??????? can anybody help ???
i press play(loop) and did set the max to 5 for testing ..... it runs 5 times but always with the first data

script

"
VERSION BUILD=8890130 RECORDER=FX
TAB T=1


SET !DATASOURCE ifttt.csv
SET !DATASOURCE_LINE {{!LOOP}}


URL GOTO=https://ifttt.com/login
SET !ERRORIGNORE YES


TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/session ATTR=ID:login CONTENT={{!COL1}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:/session ATTR=ID:password CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/session ATTR=NAME:commit
TAG POS=2 TYPE=SPAN ATTR=TXT:Turn<SP>on<SP>Recipe

"
 
You need to add
SET !LOOP {{loop}}
SET !DATASOURCE_COLUMNS
after datasource line
 
How i learned iMacros was i just recorded and did what i could. looked at wiki and stackoverflow when i had issues.

Also there is one good official video from iMacros of around 50 mins in youtube which can be good help
 
How i learned iMacros was i just recorded and did what i could. looked at wiki and stackoverflow when i had issues.

Also there is one good official video from iMacros of around 50 mins in youtube which can be good help

Can you post a link or URL to this video?
 
Love to learn a bit too so if someone has any great vids on the issue it would be great :)
 
Can you post a link or URL to this video?
As far as i'm concerned iMacros doesn't have an official Youtube channel, so the video is not coming from them for sure, maybe he was talking about this:


But pretty much everything is in the iMacros wiki. Which is not, a simple Google search will reveal, mostly on Stackoverflow or even here.
 
As far as i'm concerned iMacros doesn't have an official Youtube channel, so the video is not coming from them for sure, maybe he was talking about this:


But pretty much everything is in the iMacros wiki. Which is not, a simple Google search will reveal, mostly on Stackoverflow or even here.

Not sure if this is the video that was referred to in previous posts, but just as useful, if not more useful. Thank you for that!
 
Back
Top