Skip to content

programic/gmail-signature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Script to bulk-update Gmail signatures for Google Workspace.

Setup

1. Create Google Service Account credentials

A good example to get service account credentials from Google Cloud Console.

  1. https://support.templafy.com/hc/en-us/articles/4707610312221-How-to-set-up-the-Service-Account-required-for-enabling-Gmail-signature-integration-in-Templafy-
  2. Save the credentials as token.json

2. Signature template and Google users

  1. Copy template.example.html to template.html and modify the file.
  2. Copy users.example.json to users.json and modify the file.

3. Build and run

# Build the Docker image
docker build -t gmail-signature .

# Run the script inside a container
cat script.py | docker run -i --rm -v `pwd`:/data -w /data gmail-signature

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published