All Projects β†’ jrswab β†’ Unfollow-Twitter-Users

jrswab / Unfollow-Twitter-Users

Licence: GPL-3.0 license
This script will unfollow any twitter users who are not following you back. With the option to skip desired usernames.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Unfollow-Twitter-Users

BeRude
A fun tool that lists all users who don't follow you back on GitHub😁
Stars: ✭ 33 (+26.92%)
Mutual labels:  unfollow
Github-Follow-Bot
A bot done with python3 to follow and unfollow users in GitHub2020
Stars: ✭ 46 (+76.92%)
Mutual labels:  unfollow
follow-sync
Re-synchronize your Instagram following list (or: unfollow everyone who doesn't follow you back)
Stars: ✭ 18 (-30.77%)
Mutual labels:  unfollow
inshackle-bot
Get unlimited followers on Instagram for free . Bot by cyber kallan
Stars: ✭ 448 (+1623.08%)
Mutual labels:  unfollow

Automattically Unfollow Twitter Users who are not following you back

This script is to be run in your web console.

Make sure you are on your profile under "following".
Scroll down as far as you wish, then copy/paste this script into the web console.

It will pause for a random amount of seconds (greater than 2) between each action.
This is in order to not be spammy on the Twitter network.
Random time varies between 1 and a number of seconds set by the user.

Warning:

Do not unfollow more than 200 people in a 24 hour period.

Twitter does not like mass unfollowing (or following) and will lock your account.
To many lock outs and you could get your account banned.

How to do the thing:

(In 8 Easy Steps!)

  1. Right Click 'unfollow.js' above and select open in new tab
  2. Open https://twitter/following
  3. Open the dev console (ctrl + shift + J or cmd + shift + J on Mac)
  4. Highlight and copy the code from 'unfollow.js'
  5. Paste the copied code into your dev console from step 3
  6. Enter any usernames of non-followers you'd like to keep following
  7. Press 'Enter'
  8. Profit!

Notice:

  • Make sure to type the usernames of the non-followers you wish to keep following exacly as is showin in their handle.
  • "jrswab" is not the same as "Jrswab", "JRswab", "jrSwab", ect.
  • no need to prefix with '@'

Using Chrome Extension

  1. Download all files in the 'chromeExtension' folder (also the folder itself)
  2. Click the settings button in Chrome
  3. Click "More tools"
  4. Click "Extensions"
  5. Check "Developer mode" in the top right
  6. Click the "Load unpacked extension..." button
  7. Select the folder where you downloaded the files from step 0. (If you downloaded the whole directory than click that)
  8. Profit!

To Do:

  1. Allow users to load usernames from a text file. (May end up being via extension only)
  2. Have the Chrome extension pop up with options instead of using window.prompt.

Done:

  1. Send alert message when finished.
  2. Execute unfollow actions at random intervals to seem more human
  3. Make the script unable to refollow previously unfollowed users if the page is not refreshed before consecutive reruns.
  4. Allow user to input usernames of non-followers that they wish to keep following.
  5. Allow users to specifiy maximum wait time between actions.

If you found this usefull please give it a star. I'll ❀️ you forever.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].