Creates Google contacts csv that helps to add bulk list of mobile numbers to a Whatsapp group chat.
Whatsapp doest allows you to import bulk list of numbers to a group chat. whatsappmultiadder will take bulk mobile number list and creates google contacts csv.
- Download or clone the project.
- copy the project folder into your php server directory.
- add your mobile number list to
numbers.csv
0711234567
0711234568
- configure settings
define("CSV_FILE", "numbers.csv"); // your bulk numbers file name
define("OUT_CSV_FILE", "import.csv"); // output file name
define("SEARCH_PREFIX", "newmembers"); // contact prefix
define("GOOGLE_CONTACTS_GROUP", "Mozilla Club"); // google contacts group name
- run
localhost/whatsappmultiadder
from your browser - Create google contact group using name you added to
GOOGLE_CONTACTS_GROUP
- Import
csv
file - Sync your mobile and add all members using
SEARCH_PREFIX
in Whatsapp - Once you completed adding. Remove the google contacts group.
- Star it
- Fork it
- Open an issue
- Make a PR