Twitter Auto Follow-Unfollow and Other Codes

Hello,

I won’t drag this out. If you are building a Twitter account using the follow-for-follow method and trying to turn it into an influencer account, it is important to unfollow those who don’t follow you back. Or to follow people quickly. Without further ado, I’ll mention a few codes so you don’t have to waste money on Twitter systems.

What you need to do is right-click in browsers like Google Chrome, Opera, and Yandex and select “Inspect Element”. Then go to the “Console” tab and paste the code below. For example; when you want to follow the followers of a large profile;

__cnt__=0; jQuery('.stream span.button-text, span.follow-text').each(function (i, ele) { ele = jQuery(ele); if (ele.css('display')!='block') {console.log('already following:', i); return;} setTimeout(function () {ele.click();}, __cnt__++*500); });

The more people you want to follow, the more you should scroll down the page. If you say “that’s fine but I didn’t like the drudgery of scrolling down this page,” the code below will scroll down the page for you.

$(document).ready(function () { var zamanlayici = false; zamanlayici = setInterval(function () { var sayfaKaydirma = $(window).scrollTop(); if (sayfaKaydirma + $(window).height() == $(document).height() || sayfaKaydirma + $(window).height() > 90000 ) { clearInterval(zamanlayici); } else { sayfaKaydirma = sayfaKaydirma + 2000; $('html, body').animate({ scrollTop: sayfaKaydirma }, 1); } }, 570); });

After performing the page scrolling operation, you can immediately use the auto-follow code.

So far so good… So, how will you unfollow those you follow but who don’t follow you back? Thanks to our code below, doing this is also quite possible. First, to find people who don’t follow you back, go to your Profile and then to the page of people you are following. Then select “Inspect Element” and “Console” tabs and paste the code. That’s all there is to it.

setInterval(function() { $(".FollowStatus").each(function(){ $(this).parents(".Grid-cell.u-size1of2.u-lg-size1of3.u-mb10").remove(); }); $("div:not(.not-following) > .user-actions-follow-button").click(); }, 20000); setInterval(function() { $(".Grid-cell.u-size1of2.u-lg-size1of3.u-mb10").remove(); }, 30000); setInterval(function() { window.scrollTo(0,document.body.scrollBottom); },5000); setInterval(function() { window.scrollTo(0,document.body.scrollHeight); },1000);

I wrote this in a hurry. Because I strongly believe in the sincerity of this forum and my teacher Samet in sharing information, I hope this forum fills up with useful information. Good luck to everyone.

Çalışıyorsa müthiş bir paylaşım. Deneyeceğim.

Bıravaaa :slight_smile:

müthiş teşekkürler :slight_smile:

Deneyen var mı?

evet ben denedim çalışıyor

Takip bırakma işi, bilgisayarınızın performansını düşürüyor. Haberiniz olsun.

çalışmakta. teşekkürler..

tek sıkıntı oto takip aşamasında bilgisayar bir hayli kasıyor.

Ben kullanıyorum ve fazlasıyla da işime yarıyor Samet hocam. Herkes kullanabilir. :slight_smile:

Hocam paylaşımın için teşekkürler yanlız hesabın bloke olması kapanması oluyor mu acaba?

Abartmadıkça birşey olmaz. Zaten ikibin takipçiniz olmadan siz ikibin üzeri kişiyi takip edemiyorsunuz. Birden ikibin follow atmak yerine 200-300 az az gidip bir iki gün sonra geri takip etmeyenleri temizlemek iyi olabilir. Ben öyle yapıyorum :slight_smile:

teşekurler hocam, guzel bılgı vermıssın

edit: tamam çalıştırabildim harika bişeymiş teşekkürler :slight_smile:

ufak bir nokta var onun için bir çözüm var mı, benim takip ettiğim ama beni takip etmeyen hesaplar var ben onları genede takip etmek istiyorum, kodla takip etmeyenleri kaldırınca onlarda gidiyor onlar için bir şey yapılabilir mi

emre acaba bunu tumblra nasıl uyarlarız?

Hesabın bloke olması gibi bir durumla karşılaşmadım ben işlemi 1 kere yaptıktan sonra 24 saat bekliyorum daha sonra tekrar yapıyorum.

@Heisenberg;

Hocam ne demek istediğinizi anlayamadım?

@elegan;

Bu konuda bir bilgim veya fikrim bulunmuyor, malesef.

bencede çok abartmayın arkadaşlar twitter bir kere benim hesabımı hızlı bir şekilde takipçi artırmak ve takipçileri bırakarak fayda sağlamak sebebiyle banladı Allahtan birkaç gün önce gerçekten hesap hacklenmiştide onu bahane edip kurtarmıştım

işe yarıyor çok teşekkürler

Allah razı olsun bugün başladım bende takipe takip olayına 100 kişiyi takip ettim sıkıldım. Süper oldu benim için bu paylaşım. Akşam deneyeceğim.

Sağolun hocam çalışıyor özellikle takip etmeyeni takipten çık kodu baya bi hoşuma gitti, ama tarayıcı kasmaya başlıyo bi süre sonra arada sayfayı yenilemek gerekiyor