https://github.com/xpressai/xai-gmail
Xircuits component library for Google Mail (Gmail)
https://github.com/xpressai/xai-gmail
Last synced: 4 months ago
JSON representation
Xircuits component library for Google Mail (Gmail)
- Host: GitHub
- URL: https://github.com/xpressai/xai-gmail
- Owner: XpressAI
- License: apache-2.0
- Created: 2025-02-19T12:22:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-26T19:20:14.000Z (4 months ago)
- Last Synced: 2026-01-27T06:59:27.052Z (4 months ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xircuits Component Library For GMail
Components for working with Gmail.
## Prerequisites
Follow the steps at [https://ai.google.dev/palm_docs/oauth_quickstart](https://developers.google.com/identity/protocols/oauth2) to create the required secrets file for authentication.
## Installation
To use this component library, ensure you have Xircuits installed, then simply run:
```
xircuits install https://github.com/XpressAI/xai-gmail
```
Alternatively you may manually copy the directory / clone or submodule the repository to your working Xircuits project directory then install the packages using:
```
pip install -r requirements.txt
```