elmagekmosaad / Facebook-Checker

Facebook Account Checker is a Python tool for verifying the status of Facebook accounts, helping users identify live, checkpointed, or dead accounts efficiently. It supports multithreaded account checking and categorizes results into respective files, allowing you to check the security of accounts or assess specific Facebook accounts' statuses.

Home Page:https://www.facebook.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook Account Checker

Facebook Account Checker is a Python application used to verify the status of Facebook accounts, whether they are live, checkpointed, or dead. This program can be used to check the security of your own accounts or understand the status of a specific Facebook account.

Features

  • Fast and multithreaded account checking.
  • Ability to distinguish between live, checkpointed, and dead accounts.
  • Saving live and checkpointed accounts to "live.txt" and "CheckPoint.txt" files.
  • Saving dead accounts to the "check.txt" file.

Installation

  1. Install the required Python packages:

    install.bat
    
  2. Add the Facebook accounts you want to check to the account.txt file, with one account per line.

  3. Update the proxy.txt file to provide suitable proxies, or download proxies from online sources.

  4. Run the code:

    python facebook-checker.py
    

Usage

  • The program automatically checks each account and records the results in the "live.txt," "CheckPoint.txt," and "check.txt" files.
  • Live accounts can be found in the "live.txt" file, checkpointed accounts in the "CheckPoint.txt" file, and dead accounts in the "check.txt" file.

Contribution

If you would like to contribute, please submit a pull request for adding new features or fixing bugs. You can also open an issue for any feedback or questions.

License

This project is licensed under the MIT License. For more information, see the LICENSE file.


About

Facebook Account Checker is a Python tool for verifying the status of Facebook accounts, helping users identify live, checkpointed, or dead accounts efficiently. It supports multithreaded account checking and categorizes results into respective files, allowing you to check the security of accounts or assess specific Facebook accounts' statuses.

https://www.facebook.com/

License:MIT License


Languages

Language:Python 98.7%Language:Batchfile 1.3%