Updated Instagram Comment/Like Script (iMacros)

This was a rad script one of the best but it needs to be updated as it isn't working anymore.
 
Okay, as I am not that new to iMacros, I decided to try to fix this macro.
Unfortunately gramfeed won't work in future with iMacros:
RuntimeError: unhandled alert dialog detected. Dialog message: "Bot or iMacro detected, Instagram user 'USER123' has been reported",

Just to inform u guys. As soon as I (my) new macro will be ready, I will share it with u.
 
My last script worked well and similarly, but this is a much improved/updated version with more features.

How it works:


1. Gathers random number from GraphPad that ranges from 1-11 (you can define a higher value by changing "hi CONTENT=11")
2. Uses random number to define row in CSV to be used when commenting (looks less botted)
3. Comments and likes the first picture for 3 different web viewers (three hash tags to work with) and inserts text from 3 separate columns via CSV to match niche tags if need be (included the ones that give me the most likes/follows/comments)

Instructions:
1. Download iMacro extension for your browser (Tested with Chrome and Firefox on Windows 7&8)
2. Add code below into a new iMacro and name accordingly
3. Add CSV file to correct folder and edit to your needs via notepad or excel:
Windows: C:\Users\youruser\Documents\iMacros\Datasources
4. Sign into gramfeed, statigram, and followgram (can't post links yet :()
5. Run script on loop and create a following
If you like this script or need help installing, you could consider donating :beer:

NOTE:
This is a working script. Learn how to use iMacros before posting under this thread.
View attachment 27237

Pm me! i want a custom script!
 
I can't get the script to actually click or Submit the comments. Everything works fine, it types the comment in and all but it doesn't submit it, it even carries on typing in the next comment but again, doesn't submit it.
I tried using X/Y but that didn't work either, so I tried using keypresses but that didn't work either..... Here's the script I currently use, any ideas?
Thanks.
SET !TIMEOUT_PAGE 10
SET !ERRORIGNORE YES
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!LOOP}}
SET !VAR1 {{!LOOP}}
WAIT SECONDS=20
TAG POS={{!LOOP}} TYPE=TEXTAREA ATTR=ID:* CONTENT=Nice!!
TAG POS={{!LOOP}} TYPE=IMG ATTR=SRC: CANNOT POST LINK comment.png
WAIT SECONDS=2
EVENT TYPE=KEYPRESS KEY=9
WAIT SECONDS=2
EVENT TYPE=KEYPRESS KEY=13

Key 9 being TAB to tab down to the comment button and key 13 being ENTER to submit the comment...

Any help is appreciated, thanks...
 
Very nice. The concept still works, with some tweaks, and driving lots of followers for us :)
 
Back
Top