GitDeployHub

composio-community/open-perplexity-email-assistant

github.com/composio-community/open-perplexity-email-assistant ↗
Python
6 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • OPENAI_API_KEY secret
  • COMPOSIO_API_KEY secret
  • DATABASE_URL secret Database URL for PostgreSQL (optional uses in-memory storage if not set) Format: postgresql://user:password@host:port/dbname For local…
  • GMAIL_AUTH_CONFIG
  • GMAIL_TRIGGER_ID
  • GMAIL_USER_ID
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/composio-community/open-perplexity-email-assistant
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/composio-community/open-perplexity-email-assistant
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/composio-community/open-perplexity-email-assistant
Or deploy to a different host
← Try another repo