An open API service indexing awesome lists of open source software.

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)

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
```