/tutorial-inbox-ai

Use AI to manage your inbox

Primary LanguagePython

Inbox-AI

This tutorial shows you how to use arcade to connect your Gmail to Arcade's Gmail integration, allowing it to manage emails on your behalf.

Setup

uv venv
source .venv/bin/activate
uv sync

Run

Create a .env file and fill in these variables

ARCADE_API_KEY=arc_o1G....
OPENAI_MODEL=gpt-4o-mini
BASE_URL=https://api.arcade.dev/v1
USER_ID=<your gmail address here>

Then run

python main.py

Or for the UI version:

streamlit run ui-chat.py