Skip to content

This project allows you to convert VCF (vCard) files into CSV format and then use the CSV file to automatically add contacts to a WhatsApp group.

Notifications You must be signed in to change notification settings

echandsome/GroupAutoAdder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VCF to CSV Converter & WhatsApp Group Auto-Adder

Overview

This project allows you to convert VCF (vCard) files into CSV format and then use the CSV file to automatically add contacts to a WhatsApp group.

Features

  • Convert VCF files to CSV format
  • Parse contact details and format them correctly
  • Automate the process of adding contacts to a WhatsApp group

Installation

  1. Clone this repository:
    git clone https://github.com/echandsome/GroupAutoAdder.git
    cd GroupAutoAdder
  2. Install dependencies:
    npm install

Usage

  1. Place your .vcf file in the designated folder.
  2. Run the conversion script:
    npm convert  
    npm start 
  3. The output .csv file will be generated in the output folder.
  4. Use the generated CSV file to add contacts to a WhatsApp group.

How to Make It Accessible for Others

  • Host the project on GitHub with proper documentation.
  • Provide a step-by-step tutorial in the README.
  • Create a web-based tool or a GUI application for non-technical users.
  • Package it as a CLI tool for easier usage.
  • Offer an online demo or a hosted version.
  • Share on relevant forums and open-source communities.

Contributions

Feel free to contribute to this project! Open a pull request or submit issues for improvements.

License

This project is licensed under the MIT License.

About

This project allows you to convert VCF (vCard) files into CSV format and then use the CSV file to automatically add contacts to a WhatsApp group.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published