https://github.com/premai-io/prem-gmail-summarizer
Summarize emails with Prem and Gmail
https://github.com/premai-io/prem-gmail-summarizer
Last synced: 9 months ago
JSON representation
Summarize emails with Prem and Gmail
- Host: GitHub
- URL: https://github.com/premai-io/prem-gmail-summarizer
- Owner: premAI-io
- Created: 2024-11-19T22:48:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T23:14:19.000Z (over 1 year ago)
- Last Synced: 2024-11-20T00:19:02.505Z (over 1 year ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prem-Gmail-Summarizer
This is a simple script that uses the Prem SDK and Deno the new alternative to Node.js to summarize emails from a Gmail account.
Slack integration coming soon.⏰
## Prerequisites
- Deno (v1.42.0)
- Prem API key
- Google OAuth2 credentials
- Gmail access token
## Installation
```bash
deno run --allow-env --env main.ts
```