Orbyt
A minimal CLI tool for analyzing job-related emails from Gmail.
Setup
-
Install dependencies:
pip install -r requirements.txt
-
Install Orbyt:
-
Get Gmail API credentials:
- Go to Google Cloud Console
- Create a new project or select existing one
- Enable Gmail API
- Create OAuth 2.0 credentials (Desktop app)
- Download
credentials.json - Place it at
~/.orbyt/credentials.json
Usage
Authenticate with Gmail
Sync emails
Optional: specify max results
orbyt sync --max-results 50
View statistics
Email Categories
- Application Sent - Application confirmations
- Interview - Interview invitations, scheduling
- Offer - Job offers
- Rejection - Rejections
Data Storage
All data is stored locally in SQLite at ~/.orbyt/emails.db