Git Product home page Git Product logo

verify-whatsapp-number's Introduction

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/

verify-whatsapp-number's People

Contributors

gricowijaya avatar okawibawa avatar

Watchers

 avatar

verify-whatsapp-number's Issues

More features requested

Can you please implement these things as well ?

  1. Check if Valid number is Normal WhatsApp or WA Business?
  2. Print Profile Picture
  3. Print WhatsApp Status

Some Help -

const profilePicture = await sock.profilePictureUrl("[email protected]", 'image') // will print full size profile picture
const status = await sock.fetchStatus("[email protected]") // will print WhatsApp Status

I do not know how to check if number is WA Business or not. Please update your code with these 3 info as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.