Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.03 KB

ReadMe.md

File metadata and controls

24 lines (14 loc) · 1.03 KB

A simple program written in GoLang that allows you to add your emails to gsuite's google group

  • Supports adding single email to respected group
  • Support from adding all your emails obtained from json provided by google api

Instructions :-

  • For single email :-

    • ./groupmagic single --email "Your@EmailAddress" --group "[email protected]"
      • Where "Your@EmailAddress" is your email address which needs to be added to group & "[email protected]" is your gsuite group email address
  • For multiple emails you have to specify the folder which has all the .json files as follows :-

    • ./groupmagic multiple --SaPath "YourAccountsfolder" --group "[email protected]"
      • Where "YourAccountsfolder" is your path to the .json files (default is "accounts" in same folder) & "[email protected]" is your gsuite group email address
  • For windows users :- just change ./groupmagic to ./groupmagic.exe

  • You are to use ./groupmagic --help to view all this info again in program.