is there a way to unfollow all the people that twiends friends? i have 1000's of them. i'm looking for a free bot or website. all the bots that i see only do a hand few for free than want to charge you.
How many exactly? Ill do it for you with tweet adder if you want, it's not selective though. It'll unfollow on-mass. Also needs to be done over time or you'll get banned.
do you know how many people you can add and unfollow a day or is it by the week. i tried to search google but didnt see a real answer.
Yea probably 100 or 200 per day depending on account age, although I've never tried just I following (probably safer seeing as you won't be following in bulk at the same time).
manageflitter.com allows to unfollow bigger amounts on top there is a tab where you can increase this amount Your current limit is 1200 unfollows per day and it seems that i can increase it to 1600
Yes, Manageflitter is really good for this. Maximum unfollow limit is 2000 (when increased). However, I would not go over 100 unfollow a day, and I would unfollow 40 people, log out of my account and then log back in and unfollow another 40. Just to keep things safe, you really don't want to lose your account.
Twitter makes extensive use of jQuery, so if you're running the Chrome browser you can easily run little snippets of JavaScript within Twitters' pages from the JavaScript Console (CTRL+SHIFT+J). Open your Following list and use something like this from the Console. Code: $('.follow-button').click(); What this does is search the DOM for all elements tagged with the 'follow-button' CSS class and clicks them programmatically. It will only unfollow those that appear in your browser, so you might need to refresh the page/scroll down to make more appear before running the script again. I've used this method plenty times to clean up old accounts without hitting any limits/errors.