Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/serhii-chernenko/twitter
- Owner: serhii-chernenko
- Created: 2021-05-01T08:26:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T13:24:44.000Z (3 months ago)
- Last Synced: 2024-08-09T14:52:42.838Z (3 months ago)
- Topics: twitter, unfollow
- Language: JavaScript
- Homepage: https://twitter.com/inevix/
- Size: 10.7 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`, щоб відкрити Панель Розробника у вашому браузері. Якщо ця комбінація нічого не відкрила, спробуйте навести мишею на будь якому елементі на сторінці, натиснути Праву Кнопку Миші та виберіть Інспектувати.
3. Open the tab Console.
Відкрийте таб Консоль.
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) та скопіюйте увесь вміст.
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` файлу у перший рядок.
7. Wait a few minutes while the script going to be completed. You have to see the green message `Done!`.
Зачекайте декілька хвилит, допоки скрипт не завершить свою роботу. Ви повинні побачити зелений напис `Done!`.