Skip to content

This Python application is used to verify the status of Facebook accounts, determining whether they are alive, in checkpoint or dead.

License

Notifications You must be signed in to change notification settings

ew3ezz/Facebook-Checker-APIV3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Checker API V3 🛠️

GitHub All Releases GitHub Releases License

Welcome to the Facebook Checker API V3 repository! This Python application helps you verify the status of Facebook accounts. It can determine if accounts are alive, in checkpoint, or dead. This tool is essential for anyone looking to manage multiple accounts efficiently and securely.

Table of Contents

Features

  • Account Status Verification: Quickly check if a Facebook account is alive, in checkpoint, or dead.
  • API Integration: Seamlessly integrates with Facebook's API for accurate results.
  • Fast Proxy Support: Use fast proxies to enhance your checking speed and maintain privacy.
  • User-Friendly Interface: Simple command-line interface for easy navigation.
  • Privacy and Security: Designed with user privacy in mind, ensuring secure account checks.

Installation

To install the Facebook Checker API V3, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/ew3ezz/Facebook-Checker-APIV3.git
  2. Navigate to the Directory:

    cd Facebook-Checker-APIV3
  3. Install Dependencies: Make sure you have Python installed. Then, run:

    pip install -r requirements.txt
  4. Download the Latest Release: Visit the Releases section to download the latest version. Execute the downloaded file to start using the application.

Usage

To use the Facebook Checker API V3, follow these steps:

  1. Run the Application:

    python main.py
  2. Enter the Account Details: You will be prompted to enter the Facebook account details you want to check.

  3. View the Results: The application will display whether the account is alive, in checkpoint, or dead.

Example Command

python main.py --account <account_name>

API Documentation

Endpoints

  • Check Account Status:
    • Endpoint: /check
    • Method: POST
    • Parameters:
      • account: The Facebook account name or ID.
    • Response:
      • status: Indicates if the account is alive, in checkpoint, or dead.

Sample Request

{
  "account": "example_account"
}

Sample Response

{
  "status": "alive"
}

Contributing

We welcome contributions to the Facebook Checker API V3! If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/YourFeature
  3. Make your changes and commit them:
    git commit -m "Add your feature"
  4. Push to the branch:
    git push origin feature/YourFeature
  5. Create a pull request.

Please ensure your code adheres to the existing coding standards and is well-documented.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or feedback, feel free to reach out:

Acknowledgments

  • Special thanks to the open-source community for their contributions and support.
  • Thanks to Facebook for providing the API that makes this project possible.

Additional Resources

For more information on Facebook API integration and account management, consider exploring the following resources:


To get the latest updates and releases, visit the Releases section. Download the latest version and execute the file to start using the application.

Happy checking!