A simple WhatsApp Web bot built using whatsapp-web.js to generate vCard files for each participant in your WhatsApp groups.
Before you start using this bot, make sure you have the following installed:
- Node.js
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/ZviCode/whatsapp-group-vcard-generator.git
-
Navigate to the project directory:
cd whatsapp-group-vcard-generator
-
Install the required dependencies:
npm install
-
Run the bot:
npm start
-
Scan the QR code displayed in the console using your WhatsApp app to log in.
-
Once logged in, the bot will generate vCard files for each participant in your WhatsApp groups.
authStrategy
: You can choose a different authentication strategy. In this example, the bot usesLocalAuth
.