Network Architect Swarm
Outlook Miner
Extract contacts, signatures, attachments, and relationship data from Outlook PST files. All processing runs on our secure VPS — zero local compute required.
1
Export Your Outlook Data
- Open Outlook
- Click File → Open & Export → Import/Export
- Select "Export to a file" → Click Next
- Select "Outlook Data File (.pst)" → Click Next
- Select your top-level mailbox (your email address)
- Check "Include subfolders"
- Choose a save location → Click Finish
Tip: The bigger the PST, the richer the contact graph. Historical emails contain valuable relationship data that recent-only exports miss.
2
Upload Your PST File
After exporting, upload your .pst file using the orchestrator CLI:
python outlook-miner-orchestrator.py --pst "C:/path/to/outlook.pst"
Large files: PST files can be 10-50+ GB. Ensure a stable internet connection — upload speed determines transfer time.
3
Automated VPS Extraction
The pipeline runs 6 phases automatically on our secure server:
- readpst — Parallel extraction of .eml, .vcf, .ics files
- Contact Extraction — TO/FROM/CC/BCC address book
- Signature Resolution — Job titles, phones, addresses
- Attachment Stripping — High-value PDF/DWG/XLSX files
- Calendar Analytics — Meeting heatmaps and collaborators
- Graph Assembly — Graphiti-ENN nodes/edges JSON
4
Download Results
Results are automatically downloaded to your machine:
| File | Contents | Status |
| contacts.json | Global address book with frequency tracking | LIVE |
| signatures.json | Titles, phones, addresses from email signatures | LIVE |
| attachments.json | Inventory of stripped PDF/DWG/XLSX files | LIVE |
| calendar.json | Meeting heatmaps and collaborator frequency | LIVE |
| graph-output.json | Graphiti-ENN relationship graph | LIVE |