printerkid
Registered Member
- Oct 8, 2014
- 60
- 5
Thanks for this! works perfectly.
This still works ?
Ill download it and hit edit when i test it.
Do you have a script that can go to a user's followers and comment on the first picture of each follower?
SET !ERRORIGNORE YESSET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 2
TAB T=1
TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:lienPhotoGrid&&HREF:#/user/*/ EXTRACT=HREF
TAB OPEN
TAB T=2
URL GOTO={{!EXTRACT}}
TAG POS=1 TYPE=SPAN ATTR=CLASS:comment_picto<SP>ss-chat&&TXT:
TAG POS=1 TYPE=TEXTAREA ATTR=ID:comment-* CONTENT=[COLOR=#ffff00]your comment here[/COLOR]
TAG POS=1 TYPE=A ATTR=ID:postComment-*
WAIT SECONDS=2
TAB CLOSE
WAIT SECONDS=58
really beautiful
really<SP>beautiful
Yep, but it's for Iconosquare (they all work the same anyway) first you'll need to scroll down to load a bunch of users, to do this automatically, use this macro:
(When I use it I run like 3000 loops)
Code:URL GOTO=javascript:window.scrollBy(0,20000)
And then:
Code:SET !ERRORIGNORE YESSET !EXTRACT_TEST_POPUP NO SET !TIMEOUT_STEP 2 TAB T=1 TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:lienPhotoGrid&&HREF:#/user/*/ EXTRACT=HREF TAB OPEN TAB T=2 URL GOTO={{!EXTRACT}} WAIT SECONDS=2 TAG POS=1 TYPE=A ATTR=ID:like-* WAIT SECONDS=2 TAB CLOSE WAIT SECONDS=24
any way to make this like 10 photos with 5 sec delay between each then wait 5 minutes before repeating? so the follower feed doen't looked like spam to others.
when i try to run this, it only likes one picture and then an error would pop.
" (HTTP status code 403), line 4 (Error code: - i)" how do i fix this?![]()
whats the script for iconosquare just for liking photos of a specific tag?thanks
URL GOTO=javascript:window.scrollBy(0,20000)
TAG POS={{!LOOP}} TYPE=A ATTR=ID:like-*
WAIT SECONDS=28
hi,
Do you have some tutorials of how to use it!?
Kind of newbie here..!
URL GOTO=javascript:window.scrollBy(0,20000)
TAG POS={{!LOOP}} TYPE=A ATTR=ID:like-*
WAIT SECONDS=28
this one didnt work though, it only likes the first pic and then unlike it again after repetition.
i tried this code, but it would stop eventually after 9-10 loops.
TAB T=1
URL GOTO=<url>#/tag/love/grid
TAG POS=1 TYPE=A ATTR=ID:like-*
WAIT SECONDS=29
You have to use them as 2 separated scripts, that's why I separated them when I answered you above.
And why would you change TAG POS={{!LOOP}} by TAG POS=1
Hey, any updates on this? followgram.me turned collec.to so the skript above does not work anymore. Is there any update or any other client you have the code for? Like, Commenting?thanks in advance dude!
Yep, but it's for Iconosquare (they all work the same anyway) first you'll need to scroll down to load a bunch of users, to do this automatically, use this macro:
(When I use it I run like 3000 loops)
Code:URL GOTO=javascript:window.scrollBy(0,20000)
And then:
Code:SET !ERRORIGNORE YESSET !EXTRACT_TEST_POPUP NO SET !TIMEOUT_STEP 2 TAB T=1 TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:lienPhotoGrid&&HREF:#/user/*/ EXTRACT=HREF TAB OPEN TAB T=2 URL GOTO={{!EXTRACT}} WAIT SECONDS=2 TAG POS=1 TYPE=A ATTR=ID:like-* WAIT SECONDS=2 TAB CLOSE WAIT SECONDS=24