INSTAGRAM + imacros

khabulkhan

Newbie
Joined
Feb 8, 2016
Messages
3
Reaction score
0
I have a code from this forum that follows the last followers of a certain user. I need a code that
Like the Last photo of likers ( the users who gave like in the last post) of a certain user
Example: Jhon and mary like post user jackchan.
Imacros code bot auto like the Last post of Jhon and Last post of mary

Site:wherever (Instagram (Best) , iconosquare, etc...)

Thx for ideas
 
Find tutorial and make your own, it's not that hard mate :) And it's the best option i think
 
Code:
TAB T=1
URL GOTO=https://websta.me/p/xxxxxxxxxxxxxx(account your choice)
TAG POS=1 TYPE=LI ATTR=CLASS:popup-users-liked-action
TAG POS=1 TYPE=UL ATTR=CLASS:list-group EXTRACT=HREF
TAB OPEN
TAB T=2
URL GOTO={{!EXTRACT}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
TAB CLOSE

I'm not able to extract the link from the likers and open it in the new tab (line 4) Sugestions???
 
I'm search a new script available via imacros for Instagram version 2017 to like several post at the same time?

Thank you for your help
 
I'm search a new script available via imacros for Instagram version 2017 to like several post at the same time?

Thank you for your help
 
Back
Top