nakigoe / facebook-unsend

Facebook: mass unsend unresponding friend requests to get a new quota

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENGLISH | РУССКИЙ | 日本語

Facebook: mass unsend unresponding friend requests to get a new quota

Since there is a quota of friend requests on Facebook, you might want to automatically clear 1000 stuck unresponding friend requests.

Facebook constantly updates its pages elements' selectors. If You would like to see more scripts and more frequent updates, please consider a donation to the student (me) for a new laptop and an education abroad 💲💲: https://nakigoe.org/en/donate

inquiries: https://t.me/nakigoe

⭐ Add stars to all my repositories on GitHub: https://github.com/nakigoe

9 March 2024 update:

• selectors and other functions updated!

How To Use

[!IMPORTANT] ❗ Keep your mouse at the top of the screen (off the browser) to prevent random auto-clicking!!!

Change:

• Your browser information You usually use to browse Facebook (to reduce automation detection) user_agent

You can find your current browser's user-agent by searching "What's my user-agent?" in any search engine, it is just a string.

• Your Facebook login username

• Your Facebook password password

Install Python:

https://www.python.org/downloads/

Install PIP If it Has Not been Installed With Python Automatically:

https://pip.pypa.io/en/stable/installation/

Install Libraries (please open the command line interface):

• Selenium pip install selenium

Unsend All Unresponding Friend Invitations!

• double-click on start.bat


Facebook: 新しい割り当てを得るために応答しないフレンドリクエストを大量に取り消し

Facebookではフレンドリクエストの割り当てがあるため、自動的に応答しない1000のフレンドリクエストをクリアすることができます。

ご利用方法

[!重要] ❗ ランダムな自動クリックを防ぐために、画面の上部(ブラウザの外側)にマウスを保持してください!!!

変更する:

• Facebook を閲覧する際に通常使用するブラウザの情報を変更してください(自動化検出を減らすため)user_agent

現在のブラウザのユーザーエージェントは、任意の検索エンジンで**"私のユーザーエージェントは何ですか?"**と検索することで見つけることができます。これは単なる文字列です。

• Facebook のログイン名 username

• Facebook のパスワード password

Python をインストールなさってください:

https://www.python.org/downloads/

PIP が Python とともに自動的にインストールされていない場合は、PIP をインストールします:

https://pip.pypa.io/en/stable/installation/

Python ライブラリをインストールなさってください (コマンド プロンプトを開いてください):

• Selenium pip install selenium

すべての未応答の友達招待を取り消し!

start.bat をダブルクリックをなさってください。


Facebook: массово отозвать все запросы на дружбу, оставшиеся без ответа

Так как в Facebook установлено максимальное количество отправленных приглашений дружить, иногда необходимо автоматически отозвать 1000 неотвеченных приглашений.

Инструкция

[!IMPORTANT] ❗ Держите курсор мыши в верхней части экрана (вне браузера), чтобы предотвратить случайные автоклики!!!

Замените:

• Информацию о вашем браузере, который вы обычно используете для просмотра Facebook (для уменьшения обнаружения автоматизации) user_agent

Вы можете найти текущий user-agent вашего браузера, выполнив поиск по запросу "Какой у меня user-agent?" в любой поисковой системе, это просто строка.

• имя пользователя username

• пароль password

Установите Python:

https://www.python.org/downloads/

Установите PIP, если он не установился с Python автоматически:

https://pip.pypa.io/en/stable/installation/

Установите библиотеки (откройте командную строку):

• Selenium pip install selenium

Запускайте!

• двойной щелчок мыши по start.bat

Place all stars on GitHub and share!!!


Please cast an eye on my website:

© NAKIGOE.ORG

All rights reserved and no permissions are granted.

Please add stars to the repositories!

About

Facebook: mass unsend unresponding friend requests to get a new quota

License:Other


Languages

Language:Python 99.7%Language:Batchfile 0.3%