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.
- Convert VCF files to CSV format
- Parse contact details and format them correctly
- Automate the process of adding contacts to a WhatsApp group
- Clone this repository:
git clone https://github.com/echandsome/GroupAutoAdder.git cd GroupAutoAdder - Install dependencies:
npm install
- Place your
.vcffile in the designated folder. - Run the conversion script:
npm convert npm start
- The output
.csvfile will be generated in theoutputfolder. - Use the generated CSV file to add contacts to a WhatsApp group.
- 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.
Feel free to contribute to this project! Open a pull request or submit issues for improvements.
This project is licensed under the MIT License.