Fresh Start in Twitter (Script)
Şub 03
Web following, new start, ruby, twitter, twitter scripts No Comments
Delete your all friends in twitter.
If you tried to get more followers by following some marketers, makemoney, ebook salers, entrepreneurs, get traffic acounts. You probably messed your twitter acount. (Getting to many tweets, direct messages, replys, retweets.) For a fresh start up in twitter, you can get rid of all of them by this simple script.
Caution: All your following list will be deleted.
require 'rubygems'
require 'twitter'
auth = Twitter::HTTPAuth.new('username', 'password')
base = Twitter::Base.new(auth)
sil_bastan = base.friend_ids
puts "There are #{sil_bastan.size} People you follow"
sil_bastan.each do |user_id|
user = base.friendship_destroy([user_id])
puts "#{user.id} not following anymore"
end
require 'twitter'
auth = Twitter::HTTPAuth.new('username', 'password')
base = Twitter::Base.new(auth)
sil_bastan = base.friend_ids
puts "There are #{sil_bastan.size} People you follow"
sil_bastan.each do |user_id|
user = base.friendship_destroy([user_id])
puts "#{user.id} not following anymore"
end
Twitter
Buzz
Blip.FM
YouTube
RSS
Son Yorumlar