Need help with iMacros script

Fuser7

Registered Member
Joined
Feb 2, 2013
Messages
63
Reaction score
13
Hey, i am trying to use a instagram imacros script to auto comment.
Can someone help me with how to add it so it works?
I made the .txt with the comments but im not sure how to put the script in.
Thanks and heres the script
SET !TIMEOUT_PAGE 1
SET !ERRORIGNORE YES
CMDLINE !DATASOURCE gramcomments.txt
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!LOOP}}
SET !VAR1 {{!LOOP}}
TAG POS={{!VAR1}} TYPE=DIV ATTR=TXT:Add<SP>Comment<SP>→
WAIT SECONDS=50
TAG POS={{!VAR1}} TYPE=TEXTAREA ATTR=ID:comment CONTENT={{!COL1}}
TAG POS={{!VAR1}} TYPE=SPAN ATTR=TXT:Add<SP>Comment
WAIT SECONDS=50
 
Last edited:
Hey, i am trying to use a instagram imacros script to auto comment.
Can someone help me with how to add it so it works?
I made the .txt with the comments but im not sure how to put the script in.
Thanks and heres the script
SET !TIMEOUT_PAGE 1
SET !ERRORIGNORE YES
CMDLINE !DATASOURCE gramcomments.txt
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!LOOP}}
SET !VAR1 {{!LOOP}}
TAG POS={{!VAR1}} TYPE=DIV ATTR=TXT:Add<SP>Comment<SP>→
WAIT SECONDS=50
TAG POS={{!VAR1}} TYPE=TEXTAREA ATTR=ID:comment CONTENT={{!COL1}}
TAG POS={{!VAR1}} TYPE=SPAN ATTR=TXT:Add<SP>Comment
WAIT SECONDS=50

If you are asking how to use the script then,
1. Put the comments.txt file in "C:\Users\_______\Documents\iMacros\Datasources"
2. Open the iMacros extension in Firefox/Chrome and click on Record, Stop it.
3. Click on current.iim in there and click on Edit.
4. Paste the above script there > Save and Click on Play Loop.. Enter the loop number = number of lines of comments you have in the txt.

Hope it helps. :)
 
Back
Top