WACheckmate is a bulk WhatsApp number checking tool crafted with Python and utilizing Selenium.
It serves the fundamental purpose of verifying the availability of a number on WhatsApp. This tool can validate whether a given number is registered on WhatsApp or not, enabling you to efficiently verify large lists of multiple numbers through automation.
- Bulk WhatsApp Number Validation
- Country Code Validation
- CSV Result Export
pip install selenium
Sidenote: For a visual guide on how to use this tool, you can watch this video tutorial.
-
Ensure you have Python installed on your Windows system. If not, you can download and install it from here. Additionally, I have already included the Windows chromedriver with the repository. However, if you are not using Windows, you can download the appropriate chromedriver from here for your system.
-
After installing Python and the setting up the chromedriver, you need to input the numbers within the
numbers.txt
file along with the country code. For example,+912903372794
, where+91
is the country code. -
Once you have input the numbers, run the
main.py
script, and follow the instructions provided. -
Once the checking is complete, the results will be saved in a CSV file within the folder.
If you spot an error or something doesn't make sense, feel free to send me a pull request. Thanks for your contribution!
If you encounter any bugs or have any feedback, please raise them under Github issues. Pull requests are also more than welcome.
This project is licensed under the MIT License. See the LICENSE file for details.
MIT © Anoop Pushpad