Skip to content

okawibawa/verify-whatsapp-number

Repository files navigation

Verify WhatsApp Number

This is an example implementation of adiwajshing/Baileys

What is this?

This is a tool which you can use to validate WhatsApp numbers in bulk.

Note: This tool has only been tested using Indonesian phone numbers.

How to use?

  1. Clone this repo.

  2. Enter the project repo.

  3. Run npm install or yarn install.

  4. Prepare a file in the root folder titled numbers.txt. Number format must be like country code and then the numbers, without any special character, e.g. 6281XXXXXXXXXXX

  5. Run npm run start or yarn start depending on your package manager.

  6. Connect your WhatsApp account by scanning the QR code through your WhatsApp (first time only.)

  7. Result will be stored in the root folder in a file titled validNumbers.txt.

What if you have multiple files to check ?

  1. Run npm run create-dir, this will create the folder of valid-numbers-to-check.

  2. Copy the validNumbers.txt to the folder of ./valid-numbers-to-check with the name of whatever you want for example using this command cp validNumbers.txt ./valid-numbers-to-check/1st-place.txt

  3. After putting the multiple files in the directory of valid-numbers-to-check you can run npm run count

  4. See the results of the phone number registered and unregistered count in the folder of results/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published