Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docsaidlab/gmailsummary
Gmail summaries with chatgpt.
https://github.com/docsaidlab/gmailsummary
email-summary-report gmail-api openai-api python
Last synced: 9 days ago
JSON representation
Gmail summaries with chatgpt.
- Host: GitHub
- URL: https://github.com/docsaidlab/gmailsummary
- Owner: DocsaidLab
- License: apache-2.0
- Created: 2024-03-20T13:06:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T07:58:45.000Z (7 months ago)
- Last Synced: 2024-04-26T08:51:22.559Z (7 months ago)
- Topics: email-summary-report, gmail-api, openai-api, python
- Language: Python
- Homepage:
- Size: 663 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[中文](./README_tw.md) | **[English](./README.md)**
# GmailSummary
## Introduction
In everyday life, we often start receiving updates from a GitHub project when we click the `Watch` button on its page. These updates include, but are not limited to, discussions on new features, issue reports, pull requests (PRs), and bug reports.
For example, if you are watching some GitHub projects and have chosen the "All Activity" watch mode:
- [**albumentations**](https://github.com/albumentations-team/albumentations): You might receive about 10 emails per day.
- [**onnxruntime**](https://github.com/microsoft/onnxruntime): You might receive up to 200 emails per day.Imagine if you were watching 10 more projects; you would receive 1,000 emails every day.
Therefore, as engineers seeking efficiency (or perhaps a bit of laziness), we must think about how to solve this problem.
## Quick Start
For information on package installation and usage, please refer to [**GmailSummary Documents**](https://docsaid.org/en/docs/gmailsummary).