Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mystrosto/facebook-checker-apiv3
- Owner: Mystrosto
- License: mit
- Created: 2024-10-17T19:28:04.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T11:24:27.000Z (21 days ago)
- Last Synced: 2024-10-24T11:25:16.217Z (21 days ago)
- Topics: 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
- Language: Python
- Size: 103 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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!
```