threadly-0.2.1 is not a library.
Threadly CLI
A command-line interface for Threadly, an LLM-powered email classification service that integrates with Gmail.
Installation
Authentication
Threadly uses Google OAuth for authentication. The CLI handles this via device code flow:
Usage
Buckets
Buckets are categories for organizing your emails. Default buckets are created automatically (Important, Can Wait, Newsletter, Auto-archive, Promotions).
Threads
View email threads from your connected Gmail account:
Classifications
Run LLM-powered classification to automatically sort your emails into buckets:
Global Options
-l, --local Use local development server (localhost:8080)
-r, --raw Output raw JSON responses
-h, --help Print help
-V, --version Print version
Command Aliases
For faster typing:
threadly b=threadly bucketsthreadly t=threadly threadsthreadly c=threadly classifications
Examples
Classify your inbox and watch the results:
View threads in a specific bucket:
Export classification data as JSON:
License
MIT