Twitter Mass Follow - JavaScript Code

11 replies
Hello Warriors!

I got a good news for you!! I hope this is a good news not for us to get banned on Twitter.

Today I saw a thread on this forum: http://www.warriorforum.com/social-m...wers-free.html

I told my self to give it a shot.

So let's get started.

Imagine a 50-100 or 200 "FOLLOW" button



I told me self "Damn I don't have patience to click them all"

I was writing some articles about automating scripts on Facebook:

http://ryanshaw.me/internet-marketin...-group-script/

http://ryanshaw.me/facebook-2/adding...friend-script/

But... after few weeks, Facebook disabled the javascript trick!

So.. I asked my self, "I hope this can be done on Twitter"

Well guess what!? It freaking works!

Here's the magic code:

Code:
javascript:var inputs = document.getElementsByClassName('button-text follow-text'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
Step 1.) Use Google Chrome or FireFox

Step 2.) Right Click -> Inspect Element



Step 3.) Go to "Console" tab, paste the magic code, and hit ENTER




NOTE... NOTE... NOTE....

This is my first time experimenting this trick.
I suggest to estimate follow 50-60 people per day. I'm not sure how Twitter works for following people or maximum following.


So.. If you found this tutorial useful, please click the "Thanks" button

And can someone share how many maximum people to follow not to get banned?


Enjoy!
#code #follow #javascript #mass #twitter
  • Profile picture of the author thehacker290494
    Its a Good Script But I would Suggest to Add a little delay in this as, If you will Follow without delay Twitter will block you out
    as Currently its doing a lot suspicious things.
    {{ DiscussionBoard.errors[9181956].message }}
    • Profile picture of the author darkc0de1
      Originally Posted by thehacker290494 View Post

      Its a Good Script But I would Suggest to Add a little delay in this as, If you will Follow without delay Twitter will block you out
      as Currently its doing a lot suspicious things.
      That's a good idea. My Twitter account so far is getting followers using this method. I'll update the code soon with new tricks.
      {{ DiscussionBoard.errors[9183043].message }}
  • Profile picture of the author techno g33k
    there is an bot called twdominator for that
    {{ DiscussionBoard.errors[9182530].message }}
  • Profile picture of the author darkc0de1
    Mass "Favorite" their Tweets



    Code:

    javascript:var inputs = document.getElementsByClassName('with-icn favorite js-tooltip'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
    {{ DiscussionBoard.errors[9189681].message }}
    • Profile picture of the author Daaviiitis
      Update of Mass Favorite Code:

      javascript:var inputs = document.getElementsByClassName('Icon Icon--favorite'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }

      And Mass Retweet Code:

      javascript:var inputs = document.getElementsByClassName('ProfileTweet-actionButton js-actionButton js-actionRetweet js-tooltip'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
      {{ DiscussionBoard.errors[9668440].message }}
  • Profile picture of the author freszhnurd
    Is there any way possible we can get this code to skip the people who we are already 'following' and only have it click the people we need to follow?
    {{ DiscussionBoard.errors[9229975].message }}
    • Profile picture of the author darkc0de1
      Originally Posted by freszhnurd View Post

      Is there any way possible we can get this code to skip the people who we are already 'following' and only have it click the people we need to follow?
      That's my question too.. follow this thread and i hope we can get some answers:

      http://www.warriorforum.com/social-m...following.html
      {{ DiscussionBoard.errors[9229992].message }}
  • Profile picture of the author Rhiannon Beckham
    Again I find myself on another one of your threads giving great info - you seriously do not get enough appreciation for your efforts lol

    Question: You are clearly knowledgeable on automation, there's something I've been trying to figure out for awhile now; how to automate scraping of FB groups with Group Snatcher?
    The bit to automate is after clicking on a groups member list, scrolling down and clicking 'see more'.

    I've gotten as far as to know that iMacros can do it, (I think) but not totally sure how.. lol
    There seems to be an issue of the mouse being used while it's doing its thing..

    I'm learning

    Thanks if you can help, I realize this is not cool to bogart a thread, but honestly you seem like the smartest person to ask.. You are always sharing automation hacks with us, it's appreciated!
    Signature

    **I don't always make it back to check on threads, so if you'd like me to elaborate feel free to PM me, I try to make sure to check my inbox regularly and am happy to help..

    I wouldn't have pulled a $9k week w/Teespring etc without the help of others, so it's time to pay it forward.
    I can make a little room in my life for that. ;)

    {{ DiscussionBoard.errors[9260283].message }}
  • Profile picture of the author st0nec0ld
    How about Imacros? I've tried imacros on facebook before and it is okay to use. Be careful though, you might get your account suspended.
    Signature

    12BET | Live Casino Malaysia

    {{ DiscussionBoard.errors[9260415].message }}
  • Profile picture of the author sagittarius
    Just got back from Twitter after trying both of your console scripts (favorite and follow). I agree with the one who mentioned about delays, also with the unfollowing an already followed user because of using the script. This is probably 'cos the code is quite generic and grabs the class of the element of the button, whether you've followed it or not. Nevertheless, this is a cool trick. Thank you for your efforts to share this with us!
    {{ DiscussionBoard.errors[9260621].message }}
  • {{ DiscussionBoard.errors[9260719].message }}

Trending Topics