Skip to content

seohyunjun/slack-imap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-imap

This script sends unread emails to slack in real time.


(24.5.15) v0.0.3 Deseperate the code (End of free plan)

  • Cloud Billing enabled will be billed for Gemini 1.0 Pro requests

(24.2.27) v0.0.2 add workflow

  • gemini summarize
  • summarize email

(24.2.21) v0.0.1 add workflow

  • cron job
  • sending email with attachment

Setting .env file or enroll environment variables in Github Actions Secrets

# Gmail Settings
IMAP4_SSL="imap.gmail.com"
EMAIL="[email protected]"
PASSWORD="..."
PORT=993
LABEL="..."
GOOGLE_API_KEY="..."

cron job

0 */3 * * 1-5

About

Slack Email Notification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages