JackSparrow
Elite Member
- Mar 24, 2007
- 1,527
- 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:
then copy and paste following script into imacros, set your loop to say 250 and run the script.
Unfollow Script
Navigate to:
then copy and paste following script into imacros, set your loop to however many people you want to unfollow and run the script.
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
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
Code:
VERSION BUILD=6011206 RECORDER=CR
TAG POS=1 TYPE=BUTTON ATTR=TXT:Following
WAIT SECONDS=6