Jack's SoundCloud Follow And Unfollow Imacros Script

JackSparrow

Elite Member
Joined
Mar 24, 2007
Messages
1,527
Reaction score
2,144
Jack's back with a couple of Imacro scripts for following and unfollowing people on Soundcloud. No idea what the limit is on follow/unfollow per hour/day, but I am sure someone will chip in and give an idea.

The scripts are rather simple thanks to the easy setup of the soundcloud interface, so I am surprised these scripts haven't been shared already (that's if they haven't already, not really checked!)

Follow Script

Navigate to:
Code:
https://soundcloud.com/people
then copy and paste following script into imacros, set your loop to say 250 and run the script.

Code:
VERSION BUILD=6011206 RECORDER=CR
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=6

Unfollow Script

Navigate to:
Code:
https://soundcloud.com/[COLOR="#FFFF00"][COLOR="#FFFF00"]{change this bit to your soundcloud username}[/COLOR][/COLOR]/following
then copy and paste following script into imacros, set your loop to however many people you want to unfollow and run the script.

Code:
VERSION BUILD=6011206 RECORDER=CR
TAG POS=1 TYPE=BUTTON ATTR=TXT:Following
WAIT SECONDS=6
 
great, thank you!
Could you add a function to follow only online users to the script?
 
Jack , are coming in the future with imacro scrips for instagram? Im following u. Thank you very much for your shares !!!!
 
Hi there,
I am looking for such a script and wanted to ask if this still works?
 
Its still working, you only have to change the version build, this is the current one

VERSION BUILD=8961227 RECORDER=FX
TAB T=1
URL GOTO=https://soundcloud.com/XXX/followers
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=6



xxx = put the artist name you want to follow their followers
 
Back
Top