Using python 3.
Install python 3 if you're on Windurrs and haven't already.
Create a directory somewhere called hashtags.
Create 2 .txt files (in hashtags dir) - in.txt & out.txt
Create 1 .py file (in hashtags dir) - run.py
Add the code below to run.py
Add your hashtags into in.txt (on...
unfollowerstats coupled with this script works quite well.
var buttons = $(".followingButton"),
interval = setInterval(function(){
var btn = $(buttons.splice(0, 1));
btn.click();
if (buttons.length === 0) {
clearInterval(interval);
}
}, 500);
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.