Giter VIP home page Giter VIP logo

whatsapp-verify's Introduction

WhatsApp number verify

Based on Abhishek Biswal 'whatsapp-verify': https://github.com/AbhishekBiswal/whatsapp-verify

What

Tool to verify the existence of a phone number on Whatsapp. Updated and optimized version for checking large list of numbers without ban(Checked with 2500 numbers โ‰ˆ 12hrs).

How

Uses Whatsapp Web to verify if the number has an associated Whatsapp account without sending a message.

Prepare

  1. Install dependencies
npm run bootstrap
  1. Login (All user data is stored only in project folder './profileData')
npm run login

How To Use

Check one Phone Number:

npm run check 919898989898

Check large list of numbers:

Place your list in src/numbers/txt.

Note Each number must be on a new line. There are two acceptable formats:

919898989898
919398489898
919892349898

OR

Adam Smith: +38(055)333-22-22
James Brows: 919398489898
Neo: +919892349898

Run check script:

npm run check:list

Note You can specify number length in 'utils/checkNumberBulk.js line 20'.

Note If process was failed for some reasons - the last checked number index will be loged in console. You can use it to set start position for the next check to skip already validated numbers.

 const VS = new WhatsAppVerificationService(browser, {
      currentPosition: 0, // Start position
      validateLength: 11, // Required number length
    });

Note You can find all results in 'logs' folder.

  • "logs.txt" is a log file.
  • "tempResults.json" updating every successful check. Can be used to retrieve results when the process is not finished or exited with an error.
  • "results.json" final results with only valid numbers.

Caution Using method to verify numbers in bulk can result in the logged in number being banned by WhatsApp

whatsapp-verify's People

Contributors

abhishekbiswal avatar zagorodnyi avatar

Watchers

 avatar

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.