Free Pinterest AutoFollower/Unfollower Bot?

Joined
Feb 1, 2014
Messages
27
Reaction score
1
Hello, I was wondering if there is a free solution somewhere to follow and unfollow people on Pinterest. Unfollow is very important since Pinterest now has a following limit -..-

I found a script that goes through the imacro addon on chrome and firefox, but the script is outdated and does not work anymore. Anyone have any ideas?
 
You need a newer imacro. I have one and it's working perfectly. There is no free bots to do this.
 
Pin bot & i think ninja pinner just got revamped and re released also.
 
you should learn how to use imacros, its very easy to use and take a little time to master
it can help you to auto follow and unfollow
 
Pinterest Follow iMacros

Code:
VERSION BUILD=8820413 RECORDER=FX
SET !ERRORIGNORE YES
SET !VAR7 EVAL("var randomNumber=Math.floor(Math.random()*12 + 1); randomNumber;")
TAB T=1
URL GOTO=http://www.youlikehits.com/stats.php
TAG POS=4 TYPE=IMG ATTR=SRC:http://www.youlikehits.com/YLHicons/pinterest50.png
WAIT SECONDS=3
TAG POS={{!VAR7}} TYPE=A ATTR=TXT:Follow
WAIT SECONDS=3
TAG POS=1 TYPE=A ATTR=TXT:Follow
WAIT SECONDS=3
TAB T=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow<SP>All
WAIT SECONDS=3
TAB T=1
TAG POS=1 TYPE=BUTTON ATTR=TXT:Confirm<SP>Follow
WAIT SECONDS=3
TAB T=2
TAB CLOSE
 
Thats using "youlikehits.com". Thanks for sharing, but that's not what I need. I found this macro for pinterest to follow, seems to work for me.
VERSION BUILD=8820413 RECORDER=FX
TAB T=1


URL GOTO=(input link of followers page here)
WAIT SECONDS=9
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow <<<------ Repeat this line
WAIT SECONDS=2 <<<------ & this line as many times as needed for amount of follows needed

Run once, not as a loop.
 
Last edited:
Or Simply go to the page where the people you need to follow are located and run this code as a loop:

VERSION BUILD=8820413 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=2
 
Back
Top