wmaraci reklam

Twitter Takip Etmeyenleri Takipten Çıkarma

9 Mesajlar 1.796 Okunma
wmaraci reklam

StreetStiLLs StreetStiLLs WM Aracı Kullanıcı
  • Üyelik 15.01.2015
  • Yaş/Cinsiyet 29 / E
  • Meslek Matematik Öğretmeni
  • Konum İzmir
  • Ad Soyad M** U**
  • Mesajlar 756
  • Beğeniler 6 / 57
  • Ticaret 3, (%100)
Takip etmeyenleri çıkarma kodunu console ye yapıştırıyom ama kod en sona kadar gidiyor ama takipten hiç kimeyi çıkartmıyor. Çalışan kodu olan var mı ?
 

 

SMM Panel, Sosyalyuvam, Bayilik Paneli, En Uygun Panel, Takipçi Paneli
reklam

Backlinkcigeldi Backlinkcigeldi Homo sapiens sapiens... Kullanıcı
  • Üyelik 19.06.2017
  • Yaş/Cinsiyet 25 / E
  • Meslek Öğrenci
  • Konum İstanbul Anadolu
  • Ad Soyad C** G**
  • Mesajlar 3334
  • Beğeniler 179 / 2222
  • Ticaret 139, (%100)
// Unfollow everyone on twitter.com, by Jamie Mason (https://twitter.com/fold_left)
// https://gist.github.com/JamieMason/7580315
//
// 1. Go to https://twitter.com/YOUR_USER_NAME/following
// 2. Open the Developer Console. (COMMAND+ALT+I on Mac)
// 3. Paste this into the Developer Console and run it
(() => {
const followButtonQuery = '[data-testid$="-unfollow"]';
const confirmButtonQuery = '[data-testid="confirmationSheetConfirm"]';
const sleep = ({ seconds }) =>
new Promise(proceed => {
console.log(`WAITING FOR ${seconds} SECONDS...`);
setTimeout(proceed, seconds * 1000);
});

const nextBatch = async () => {
window.scrollTo(0, document.body.scrollHeight);
await sleep({ seconds: 1 });

const followButtons = Array.from(document.querySelectorAll(followButtonQuery));
const followButtonCount = followButtons.length;

if (followButtonCount === 0) {
console.log(`NO ACCOUNTS FOUND, SO I THINK WE'RE DONE`);
console.log(`RELOAD PAGE AND RE-RUN SCRIPT IF ANY WERE MISSED`);
return;
}

console.log(`UNFOLLOWING ${followButtonCount} USERS...`);

await Promise.all(
followButtons.map(async followButton => {
followButton.click();
await sleep({ seconds: 1 });
const confirmButton = document.querySelector(confirmButtonQuery);
confirmButton.click();
})
);

await sleep({ seconds: 2 });
nextBatch();
};

nextBatch();
})();


Bu kodu ekleyin ardından tarayıcı ekranını uzaklastırın %25 e kadar düşürün böylece tek seferde daha fazla kişi unflar. Twitter takip ettikleriniz kısmına gelip kodu aktive edin. Daha sonra kod oto olarak unflamaya baslayacak.

Kaynak: jamiemason GitHub
 

 

StreetStiLLs StreetStiLLs WM Aracı Kullanıcı
  • Üyelik 15.01.2015
  • Yaş/Cinsiyet 29 / E
  • Meslek Matematik Öğretmeni
  • Konum İzmir
  • Ad Soyad M** U**
  • Mesajlar 756
  • Beğeniler 6 / 57
  • Ticaret 3, (%100)

Backlinkcigeldi adlı üyeden alıntı

// Unfollow everyone on twitter.com, by Jamie Mason (https://twitter.com/fold_left)
// https://gist.github.com/JamieMason/7580315
//
// 1. Go to https://twitter.com/YOUR_USER_NAME/following
// 2. Open the Developer Console. (COMMAND+ALT+I on Mac)
// 3. Paste this into the Developer Console and run it
(() => {
const followButtonQuery = '[data-testid$="-unfollow"]';
const confirmButtonQuery = '[data-testid="confirmationSheetConfirm"]';
const sleep = ({ seconds }) =>
new Promise(proceed => {
console.log(`WAITING FOR ${seconds} SECONDS...`);
setTimeout(proceed, seconds * 1000);
});

const nextBatch = async () => {
window.scrollTo(0, document.body.scrollHeight);
await sleep({ seconds: 1 });

const followButtons = Array.from(document.querySelectorAll(followButtonQuery));
const followButtonCount = followButtons.length;

if (followButtonCount === 0) {
console.log(`NO ACCOUNTS FOUND, SO I THINK WE'RE DONE`);
console.log(`RELOAD PAGE AND RE-RUN SCRIPT IF ANY WERE MISSED`);
return;
}

console.log(`UNFOLLOWING ${followButtonCount} USERS...`);

await Promise.all(
followButtons.map(async followButton => {
followButton.click();
await sleep({ seconds: 1 });
const confirmButton = document.querySelector(confirmButtonQuery);
confirmButton.click();
})
);

await sleep({ seconds: 2 });
nextBatch();
};

nextBatch();
})();


Bu kodu ekleyin ardından tarayıcı ekranını uzaklastırın %25 e kadar düşürün böylece tek seferde daha fazla kişi unflar. Twitter takip ettikleriniz kısmına gelip kodu aktive edin. Daha sonra kod oto olarak unflamaya baslayacak.

Kaynak: jamiemason GitHub


Kodunuzu kullandım. Takip ettiğim 1 kişi bile kalmadı tüm takip ettiklerimi takipten çıktı.
 

 

Backlinkcigeldi Backlinkcigeldi Homo sapiens sapiens... Kullanıcı
  • Üyelik 19.06.2017
  • Yaş/Cinsiyet 25 / E
  • Meslek Öğrenci
  • Konum İstanbul Anadolu
  • Ad Soyad C** G**
  • Mesajlar 3334
  • Beğeniler 179 / 2222
  • Ticaret 139, (%100)

StreetStiLLs adlı üyeden alıntı

Kodunuzu kullandım. Takip ettiğim 1 kişi bile kalmadı tüm takip ettiklerimi takipten çıktı.

saat 2.30 da okuyunca direkt unfollow kodu istiyorsunuz sandım :) diğer türlü çalışan kod var mı bilmiyorum ancak en sağlam unf kodu budur.
 

 

wmaraci

glrkapisi glrkapisi WM Aracı Kullanıcı
  • Üyelik 18.01.2017
  • Yaş/Cinsiyet 33 / E
  • Meslek Maden Mühendisi
  • Konum Kahramanmaraş
  • Ad Soyad A** G**
  • Mesajlar 103
  • Beğeniler 12 / 21
  • Ticaret 1, (%100)
Bu kod hepsini takipten çıkartıyor.
Peki bir kişinin takipçi listesini takip ettirecek console kodu var mı
 

 

Backlinkcigeldi Backlinkcigeldi Homo sapiens sapiens... Kullanıcı
  • Üyelik 19.06.2017
  • Yaş/Cinsiyet 25 / E
  • Meslek Öğrenci
  • Konum İstanbul Anadolu
  • Ad Soyad C** G**
  • Mesajlar 3334
  • Beğeniler 179 / 2222
  • Ticaret 139, (%100)

StreetStiLLs adlı üyeden alıntı

Kodunuzu kullandım. Takip ettiğim 1 kişi bile kalmadı tüm takip ettiklerimi takipten çıktı.


Biraz araştırdım da şu kod çalışıyor şu kodu dener misiniz? Sadece takip etmeyenleri unfladı. Bu kod takip etmeyenleri unfluyor.

/*
Unfollow (stop following) those people who are not following you back on Twitter.

This will work for new Twitter web site code structure (it was changed from July 2019, causing other unfollow-scripts to stop working).

Instructions:
1) The code may need to be modified depending on the language of your Twitter web site:
* For English language web site, no modification needed.
* For Spanish language web site, remember to set the variable 'LANGUAGE' to "ES".
* For another language, remember to set the variable 'LANGUAGE' to that language and modify the 'WORDS' object to add the words in that language.
2) Optionally, you can edit the 'SKIP_USERS' array to insert those users that you do not want to unfollow (even if they are not following you back).
3) When the code is fine, on Twitter web site, go to the section where it shows all the people you are following (https://twitter.com/YOUR_USERNAME_HERE/following).
4) Once there, open the JavaScript console (F12 key, normally), paste all the code there and press enter.
5) Wait until you see it has finished. If something goes wrong, reload the page and repeat from the step 3 again.

* Gist by Joan Alba Maldonado: https://gist.github.com/jalbam/d7678c32b6f029c602c0bfb2a72e0c26
*/


var LANGUAGE = "EN"; //NOTE: change it to use your language!
var WORDS =
{
//English language:
EN:
{
followsYouText: "Follows you", //Text that informs that follows you.
followingButtonText: "Following", //Text of the "Following" button.
confirmationButtonText: "Unfollow" //Text of the confirmation button. I am not totally sure.
},
//Spanish language:
ES:
{
followsYouText: "Te sigue", //Text that informs that follows you.
followingButtonText: "Siguiendo", //Text of the "Following" button.
confirmationButtonText: "Dejar de seguir" //Text of the confirmation button. I am not totally sure.
}
//NOTE: if needed, add your language here...
}
var SKIP_USERS = //Users that we do not want to unfollow (even if they are not following you back):
[
//Place the user names that you want to skip here (they will not be unfollowed):
"user_name_to_skip_example_1",
"user_name_to_skip_example_2",
"user_name_to_skip_example_3"
];
SKIP_USERS.forEach(function(value, index) { SKIP_USERS[index] = value.toLowerCase(); }); //Transforms all the user names to lower case as it will be case insensitive.


//Function that unfollows non-followers on Twitter:
var usersFollowingMe = function(followsYouText, followingButtonText, confirmationButtonText)
{
var nonFollowers = 0;
followsYouText = followsYouText || WORDS.EN.followsYouText; //Text that informs that follows you.
followingButtonText = followingButtonText || WORDS.EN.followingButtonText; //Text of the "Following" button.
confirmationButtonText = confirmationButtonText || WORDS.EN.confirmationButtonText; //Text of the confirmation button.

//Looks through all the containers of each user:
var userContainers = document.querySelectorAll('[data-testid=UserCell]');
Array.prototype.filter.call
(
userContainers,
function(userContainer)
{
//Checks whether the user is following you:
var followsYou = false;
Array.from(userContainer.querySelectorAll("*")).find
(
function(element)
{
if (element.textContent === followsYouText) { followsYou = true; }
}
);

//If the user is not following you:
if (!followsYou)
{
//Finds the user name and checks whether we want to skip this user or not:
var skipUser = false;
Array.from(userContainer.querySelectorAll("[href^='/']")).find
(
function (element)
{
if (element.href.indexOf("search?q=") !== -1 || element.href.indexOf("/") === -1) { return; }
var userName = element.href.substring(element.href.lastIndexOf("/") + 1).toLowerCase();
Array.from(element.querySelectorAll("*")).find
(
function (subElement)
{
if (subElement.textContent.toLowerCase() === "@" + userName)
{
if (SKIP_USERS.indexOf(userName) !== -1)
{
console.log("We want to skip: " + userName);
skipUser = true;
}
}
}
)
}
);

//If we do not want to skip the user:
if (!skipUser)
{
//Finds the unfollow button:
Array.from(userContainer.querySelectorAll('[role=button]')).find
(
function(element)
{
//If the unfollow button is found, clicks it:
if (element.textContent === followingButtonText)
{
element.click();
nonFollowers++;
}
}
);
}
}
}
);

//If there is a confirmation dialog, press it automatically:
Array.from(document.querySelectorAll('[role=button]')).find //Finds the confirmation button.
(
function(element)
{
//If the confirmation button is found, clicks it:
if (element.textContent === confirmationButtonText)
{
element.click();
}
}
);

return nonFollowers; //Returns the number of non-followers.
}


//Scrolls and unfollows non-followers, constantly:
var scrollAndUnfollow = function()
{
window.scrollTo(0, document.body.scrollHeight);
usersFollowingMe(WORDS[LANGUAGE].followsYouText, WORDS[LANGUAGE].followingButtonText, WORDS[LANGUAGE].confirmationButtonText); //For English, you can try to call it without parameters.
setTimeout(scrollAndUnfollow, 10);
};
scrollAndUnfollow();


kaynak: https://gist.github.com/jalbam
glrkapisi

kişi bu mesajı beğendi.

StreetStiLLs StreetStiLLs WM Aracı Kullanıcı
  • Üyelik 15.01.2015
  • Yaş/Cinsiyet 29 / E
  • Meslek Matematik Öğretmeni
  • Konum İzmir
  • Ad Soyad M** U**
  • Mesajlar 756
  • Beğeniler 6 / 57
  • Ticaret 3, (%100)

Backlinkcigeldi adlı üyeden alıntı

Biraz araştırdım da şu kod çalışıyor şu kodu dener misiniz? Sadece takip etmeyenleri unfladı. Bu kod takip etmeyenleri unfluyor.

/*
Unfollow (stop following) those people who are not following you back on Twitter.

This will work for new Twitter web site code structure (it was changed from July 2019, causing other unfollow-scripts to stop working).

Instructions:
1) The code may need to be modified depending on the language of your Twitter web site:
* For English language web site, no modification needed.
* For Spanish language web site, remember to set the variable 'LANGUAGE' to "ES".
* For another language, remember to set the variable 'LANGUAGE' to that language and modify the 'WORDS' object to add the words in that language.
2) Optionally, you can edit the 'SKIP_USERS' array to insert those users that you do not want to unfollow (even if they are not following you back).
3) When the code is fine, on Twitter web site, go to the section where it shows all the people you are following (https://twitter.com/YOUR_USERNAME_HERE/following).
4) Once there, open the JavaScript console (F12 key, normally), paste all the code there and press enter.
5) Wait until you see it has finished. If something goes wrong, reload the page and repeat from the step 3 again.

* Gist by Joan Alba Maldonado: https://gist.github.com/jalbam/d7678c32b6f029c602c0bfb2a72e0c26
*/


var LANGUAGE = "EN"; //NOTE: change it to use your language!
var WORDS =
{
//English language:
EN:
{
followsYouText: "Follows you", //Text that informs that follows you.
followingButtonText: "Following", //Text of the "Following" button.
confirmationButtonText: "Unfollow" //Text of the confirmation button. I am not totally sure.
},
//Spanish language:
ES:
{
followsYouText: "Te sigue", //Text that informs that follows you.
followingButtonText: "Siguiendo", //Text of the "Following" button.
confirmationButtonText: "Dejar de seguir" //Text of the confirmation button. I am not totally sure.
}
//NOTE: if needed, add your language here...
}
var SKIP_USERS = //Users that we do not want to unfollow (even if they are not following you back):
[
//Place the user names that you want to skip here (they will not be unfollowed):
"user_name_to_skip_example_1",
"user_name_to_skip_example_2",
"user_name_to_skip_example_3"
];
SKIP_USERS.forEach(function(value, index) { SKIP_USERS[index] = value.toLowerCase(); }); //Transforms all the user names to lower case as it will be case insensitive.


//Function that unfollows non-followers on Twitter:
var usersFollowingMe = function(followsYouText, followingButtonText, confirmationButtonText)
{
var nonFollowers = 0;
followsYouText = followsYouText || WORDS.EN.followsYouText; //Text that informs that follows you.
followingButtonText = followingButtonText || WORDS.EN.followingButtonText; //Text of the "Following" button.
confirmationButtonText = confirmationButtonText || WORDS.EN.confirmationButtonText; //Text of the confirmation button.

//Looks through all the containers of each user:
var userContainers = document.querySelectorAll('[data-testid=UserCell]');
Array.prototype.filter.call
(
userContainers,
function(userContainer)
{
//Checks whether the user is following you:
var followsYou = false;
Array.from(userContainer.querySelectorAll("*")).find
(
function(element)
{
if (element.textContent === followsYouText) { followsYou = true; }
}
);

//If the user is not following you:
if (!followsYou)
{
//Finds the user name and checks whether we want to skip this user or not:
var skipUser = false;
Array.from(userContainer.querySelectorAll("[href^='/']")).find
(
function (element)
{
if (element.href.indexOf("search?q=") !== -1 || element.href.indexOf("/") === -1) { return; }
var userName = element.href.substring(element.href.lastIndexOf("/") + 1).toLowerCase();
Array.from(element.querySelectorAll("*")).find
(
function (subElement)
{
if (subElement.textContent.toLowerCase() === "@" + userName)
{
if (SKIP_USERS.indexOf(userName) !== -1)
{
console.log("We want to skip: " + userName);
skipUser = true;
}
}
}
)
}
);

//If we do not want to skip the user:
if (!skipUser)
{
//Finds the unfollow button:
Array.from(userContainer.querySelectorAll('[role=button]')).find
(
function(element)
{
//If the unfollow button is found, clicks it:
if (element.textContent === followingButtonText)
{
element.click();
nonFollowers++;
}
}
);
}
}
}
);

//If there is a confirmation dialog, press it automatically:
Array.from(document.querySelectorAll('[role=button]')).find //Finds the confirmation button.
(
function(element)
{
//If the confirmation button is found, clicks it:
if (element.textContent === confirmationButtonText)
{
element.click();
}
}
);

return nonFollowers; //Returns the number of non-followers.
}


//Scrolls and unfollows non-followers, constantly:
var scrollAndUnfollow = function()
{
window.scrollTo(0, document.body.scrollHeight);
usersFollowingMe(WORDS[LANGUAGE].followsYouText, WORDS[LANGUAGE].followingButtonText, WORDS[LANGUAGE].confirmationButtonText); //For English, you can try to call it without parameters.
setTimeout(scrollAndUnfollow, 10);
};
scrollAndUnfollow();


kaynak: https://gist.github.com/jalbam


Biraz takip yaptiktan sonda deneyim.
Fakat soyle bir sorun oldu. Suan 1kisiden fazla kisiye takip atamiyorum. Neden olmus olabilir? Nasıl cozulur
 

 

Backlinkcigeldi Backlinkcigeldi Homo sapiens sapiens... Kullanıcı
  • Üyelik 19.06.2017
  • Yaş/Cinsiyet 25 / E
  • Meslek Öğrenci
  • Konum İstanbul Anadolu
  • Ad Soyad C** G**
  • Mesajlar 3334
  • Beğeniler 179 / 2222
  • Ticaret 139, (%100)
Unf yaptıktan sonra 5 6 saat ara verin Sonra takibe baslayin yoksa algoritma spam olarak görebilir sizi.
 

 

bdrhnbaran bdrhnbaran OBirCanavar :) Kullanıcı
  • Üyelik 01.11.2017
  • Yaş/Cinsiyet 24 / E
  • Meslek Yazılım
  • Konum Ankara
  • Ad Soyad B** Y**
  • Mesajlar 345
  • Beğeniler 63 / 39
  • Ticaret 6, (%100)
plustwitter.com ile hiç zorlanmadan takip edebilir sizi takip etmeyenleri takipten çıkarabilirsiniz.
 

 

Doğrulama almadan işlem yapmayınız.
wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al