Instagram Auto-Commenter Script {iMacros FF&CHROME}

Status
Not open for further replies.

neelands

Newbie
Joined
Jun 6, 2012
Messages
17
Reaction score
74
This script pulls preloaded comments in descending order from a txt file and posts comments under Gramfeed (google it). :cool:

Instructions:
1. Sign in with your gramfeed account
2. Search the hashtag you wish to target
3. On the results page choose the icon at the top right with the bars to list the results as rows
4. Save a txt file with a separate response (example below) for each line in your C:\Users\yourname\Documents\iMacros\Datasources folder
5. Add the macro listed below
6. Set the loop number
7. Press loop play and this script will run forever without error.
8. Enjoy!

IMPORTANT:
Change the WAIT SECONDS to larger amounts of time to avoid being cut off. The script as is will cut you off rather soon. So please don't complain about this.



iMacros Script:
Code:
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=2
TAG POS={{!VAR1}} TYPE=TEXTAREA ATTR=ID:comment CONTENT={{!COL1}}
TAG POS={{!VAR1}} TYPE=SPAN ATTR=TXT:Add<SP>Comment
WAIT SECONDS=2

TXT Example:
Code:
This is really cool
Awesome
Tight
Sweet
This rules
Super cool
Sick
Too good
Dope
Nice

I am new here and I spent a good amount of time making this. Please rep/thank if you find it useful. :)
 
Update:
Changing the last WAIT command to 50 seconds has let this run for 24 hour straight without Gramfeed limiting my account, and I have received many followers and likes with this script. Feedback would be appreciated if you are using this for promotion.
 
You should remove the part where you ask for people to rep and thank you, as you are not allowed to do that. I would hate to see you get in trouble for that while trying to contribute to this amazing forum.
 
considering the many changes of Instagram, this still comes very handy. thanks!
 
Social1 - Cool info mayne. PureBlack - Exactly, it is a good fall back when your bots go down ect.
 
why do i keep getin a blue box around comment and nothing commenting ): plzzzzz help
 
Nice script! Especially that {{!VAR1}} command genius. I usually write imacro scripts think I should do some for every online instagram viewer like statigram, webstagram etc. I think they connect through different API's so if say gramfeed gets blocked you can probably start commenting through statigram. I may be wrong on this though!
 
Nope, you're right jack, that's why with the instaget bot, you could comment hundreds per hours and like thousand-ish per hour.
 
It works, InstaGet acts exactly like this! It is a nice weak point of Instagram :)
 
why do i keep getin a blue box around comment and nothing commenting ): plzzzzz help
More than likely your txt file is in the wrong folder, if you can't find the folder I listed above you can change the path to the txt file to point to wherever C:/yourdir/your.txt

It works, InstaGet acts exactly like this! It is a nice weak point of Instagram :)
I'd like to try instaget or beta the pro version, can you link me?

Nice script! Especially that {{!VAR1}} command genius. I usually write imacro scripts think I should do some for every online instagram viewer like statigram, webstagram etc. I think they connect through different API's so if say gramfeed gets blocked you can probably start commenting through statigram. I may be wrong on this though!
Thanks! I was thinking of making one that rotates through multiple open tabs with different services for commenting. Additionally, I am planning on adding a like command as well for maximum potential of return on interaction. I am down for ideas, I just got out of surgery and have some free time. :crutch:
 
i added the txt in the datasource folder still nothing :// why am i getin this problem
 
To test if it is a problem with the txt replace this line:
Code:
TAG POS={{!VAR1}} TYPE=TEXTAREA ATTR=ID:comment CONTENT={{!COL1}}
with this line:
Code:
TAG POS={{!VAR1}} TYPE=TEXTAREA ATTR=ID:comment CONTENT=Nice!

You will be able to see if that posts after running the script, if it does it is problem with your txt file. What is your browser type and OS? Make sure it is up to date, ect. This should work if all steps are followed as others have confirmed.
 
works like a charm, although I tried it to run it faster and my messages got blocked
Can you reccomend some guide to help me build something like this or since I have
tons of ideas, would anyone collab a little building some automatic interaction actions?
For Statigram would be cool as well
 
works like a charm, although I tried it to run it faster and my messages got blocked
Can you reccomend some guide to help me build something like this or since I have
tons of ideas, would anyone collab a little building some automatic interaction actions?
For Statigram would be cool as well

UPATED! Likes and comments for gramfeed and statigram in two separate tabs:

Code:
SET !TIMEOUT_PAGE 1
SET !ERRORIGNORE YES

CMDLINE !DATASOURCE gramcomments.csv
SET !DATASOURCE_COLUMNS 2
SET !DATASOURCE_LINE {{!LOOP}}


SET !VAR1 {{!LOOP}}
SET !VAR2 {{!LOOP}}

TAB T=1
' GRAMFEED
' CHANGE PNG BELOW BECAUSE I'M LIMITED
TAG POS={{!VAR1}} TYPE=IMG ATTR=SRC:/like p n g
TAG POS={{!VAR1}} TYPE=DIV ATTR=TXT:Add<SP>Comment<SP>→
WAIT SECONDS=2
TAG POS={{!VAR1}} TYPE=TEXTAREA ATTR=ID:comment CONTENT={{!COL1}}
TAG POS={{!VAR1}} TYPE=SPAN ATTR=TXT:Add<SP>Comment
WAIT SECONDS=27

TAB T=2
' STATIGRAM
WAIT SECONDS=2
TAG POS={{!VAR2}}  TYPE=A ATTR=HREF:#
TAG POS={{!VAR2}} TYPE=SPAN ATTR=CLASS:comment_picto
WAIT SECONDS=2
TAG POS={{!VAR2}} TYPE=TEXTAREA ATTR=CLASS:textareaCommentaire CONTENT={{!COL2}}
TAG POS={{!VAR2}} TYPE=A ATTR=CLASS:commentAction
WAIT SECONDS=27

Reads from a two column csv for commenting two separate tags. This can be created from excel. I can post example if need be.
 
Last edited:
what you mean change png below? I get syntax error there, how should we change it to?
nice job btw :D

-edit-
I commented that line, I dont care of liking also...Im gonna try to leave it for the night
thanks again! lets see if I can gain some followers :D
 
Last edited:
Status
Not open for further replies.
Back
Top