Skip to content

mozillauwu/whatsappmultiadder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

whatsappmultiadder

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.

How to use

  1. Download or clone the project.
  2. copy the project folder into your php server directory.
  3. add your mobile number list to numbers.csv
0711234567
0711234568
  1. 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
  1. run localhost/whatsappmultiadder from your browser
  2. Create google contact group using name you added to GOOGLE_CONTACTS_GROUP
  3. Import csv file
  4. Sync your mobile and add all members using SEARCH_PREFIX in Whatsapp
  5. Once you completed adding. Remove the google contacts group.

Contribute

  • Star it
  • Fork it
  • Open an issue
  • Make a PR

About

Creates Google contacts csv that helps to add bulk list of mobile numbers to a Whatsapp group chat.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages