Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mystrosto/facebook-checker-apiv3

This Python application is used to verify the status of Facebook accounts, determining whether they are alive, in checkpoint or dead.
https://github.com/mystrosto/facebook-checker-apiv3

api-integration authentication checker checker-account checker-api checker-bot checker-service checkers facebook facebook-api facebook-api-integration facebook-authentication facebook-checker facebook-mass-checker fast-proxy privacy-concerns security social-media web-scraper

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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-v2.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](LICENSE) file.

---

Feel free to use this project as a starting point for your own enhancements or customizations. Happy coding!
```