Skip to content

Tools to forward emails to SNS. Currently, it supports gmail & mattermost.

Notifications You must be signed in to change notification settings

oumpy/CommBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CommBridge

A modular toolset designed to fetch, convert, and post messages from various sources to different communication platforms. Initially supporting Gmail and Mattermost.

Usage Example

You can pipe the outputs of these scripts as follows:

$ fetchgmail | json2emails | post2mattermost

Components

  • fetchgmail: Fetches emails from a Gmail account
  • json2emails: Converts JSON email data to plain text
  • post2mattermost: Posts plain texts to a Mattermost channel

Installation and Configuration

  1. Clone the repository.
  2. Follow the setup instructions for each script, located in their respective directories.
  3. Install required Python packages, usually listed in a requirements.txt file.

Copyright & License

@2023 AtamaokaC
Python Party of Osaka University Medical School, Japan

License: GNU General Public License v3

About

Tools to forward emails to SNS. Currently, it supports gmail & mattermost.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages