Skip to content
 
 

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newsletter Digest Agent

Turn verbose newsletters into concise, actionable summaries.

Status: MVP in progress

Phase 1 Goal: Prove the engine works

  • Input: Newsletter email (text/HTML)
  • Output: Structured digest (key points, links, action items)

Quick Start

# Summarize a newsletter from stdin
cat newsletter.txt | python digest.py

# Or from a file
python digest.py --file newsletter.eml

How It Works

  1. Extract readable content from email (handles HTML, plain text)
  2. Identify key topics, announcements, links
  3. Generate concise summary using Gemini API (free tier)
  4. Output structured digest

Future: Email-as-API

Forward newsletters to your-uuid@digest.reifystudio.com → get digests back automatically.

Stack

  • Python 3.11+
  • google-generativeai (Gemini API)
  • beautifulsoup4 (HTML parsing)
  • email (stdlib for .eml parsing)

Part of Reify Studio

This is one tool in the Reify Studio collection — AI tools that feed into your personal knowledge vault.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages