Skip to content

A tool to add emails to google group [gsuite only]

Notifications You must be signed in to change notification settings

smartass08/groupmagic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A tool to add emails to google group [gsuite only]

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages