Anything like ManageFlitter for Pinterest?

BeerMe

Junior Member
Joined
Dec 20, 2014
Messages
153
Reaction score
18
I made a recent thread about Twitter and someone suggested that I use ManageFlitter. Does anything like this exist for Pinterest? I'd like something that would make following and unfollowing more easy.
 
i think that was me :)

to my knowledge there isn't anything like that for pinterest, i just used an imacros script i made to unfollow

HTML:
VERSION BUILD=8871104 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*15 + 4); randomNumber;")
WAIT SECONDS={{!VAR1}}
URL GOTO=https://www.pinterest.com/yourpinterestusername/following/
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=SPAN ATTR=TXT:Pinners
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Unfollow
WAIT SECONDS={{!VAR1}}

if you decide to use this, switch the "yourpinterestusername" bit in line 6 to your pinterest username, login to your pinterest account and play the macro in loop, however it won't protect the mutual followers, so it will unfollow everyone, 12 people in one run with random delay, just put a big enough number into the loop counter box, if you have many people to unfollow
 
It was you HoNeYBiRD. Thank you for the imacros script. I would like to find some way to unfollow those who don't follow me back. I know there are bots, but I don't like the idea of using them.
 
It was you HoNeYBiRD. Thank you for the imacros script. I would like to find some way to unfollow those who don't follow me back. I know there are bots, but I don't like the idea of using them.

Why would you not like to use bots?

As long as they are used properly you won't get banned.
 
Pinterest is not like Twitter. When you look at a user's profile you can't see if he/she is following you or not. All you can do is try to search for that person in your account's list of followers which is a pain if you have thousands of them. A bot 'remembers' both 'following' and 'followers' lists for your account and is able to compare them before unfollowing someone. In theory, you could create two Excel files for the two lists and update them manually so you can find those who are not following you back, but really.....who wants to do this type of work?
 
I've never used bots and have been a little leery of them. I think there isn't much of a choice, at some point I'll have to use them. I'm concerned about getting my account closed, but I see many people are using bots without much problems.
 
The best part is learning the rules of the game before playing it. So use bots to make your life easier for tasks like these.
 
Back
Top