Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/serhii-chernenko/twitter

Script to automatically unfollow all not mutual followings in twitter.
https://github.com/serhii-chernenko/twitter

twitter unfollow

Last synced: about 18 hours ago
JSON representation

Script to automatically unfollow all not mutual followings in twitter.

Awesome Lists containing this project

README

        

# Script to automatically unfollow all not-mutual followings on Twitter.
Скрипт для автоматичної відписки від людей, які на вас не підписані у Твіттері.

## How to use
Як використовувати

1. Open Twitter in a browser and go to the page Followings: https://twitter.com/username/following. Replace `username` with your username in the link.

Відкрийте Твіттер у браузері та перейдіть до сторінки Підписок: https://twitter.com/username/following. Заменіть `username` на ваш фактичний юзернейм у посиланні.

2. Press `F12` or `Fn+F12`to open the browser's DevTools window. If the shortcut doesn't work, let's move your mouse over any element on the page, press Right Mouse Button, and select Inspect.

Натисність `F12` або `Fn+F12`, щоб відкрити Панель Розробника у вашому браузері. Якщо ця комбінація нічого не відкрила, спробуйте навести мишею на будь якому елементі на сторінці, натиснути Праву Кнопку Миші та виберіть Інспектувати.

image

3. Open the tab Console.

Відкрийте таб Консоль.

image

4. Return to the current repository and open the file [index.js](https://github.com/serhii-chernenko/twitter/blob/main/index.js). Let's copy all content from the file.

Поверніться до поточної сторінки, відкрийте файл [index.js](https://github.com/serhii-chernenko/twitter/blob/main/index.js) та скопіюйте увесь вміст.

image

5. Go back to the Followings page and Console tab, insert the copied code from the file `index.js` to the first row and press `Enter`.

Поверніться до сторінки Підписок та табу Консоль, вставте скопійований код з `index.js` файлу у перший рядок.
image
image

7. Wait a few minutes while the script going to be completed. You have to see the green message `Done!`.

Зачекайте декілька хвилит, допоки скрипт не завершить свою роботу. Ви повинні побачити зелений напис `Done!`.

image