Skip to content

Commit 5cefcf7

Browse files
committed
Add email backlog processor script (PEP 723)
- Single-file Python script with inline dependencies - Uses Claude Haiku to analyze email content and extract church info - Geocodes addresses via Nominatim - Submits to Cloudflare Worker API - Tracks processed emails in mail/processed.json - Includes sample email templates for add/edit/delete Usage: uv run scripts/process_emails.py [--dry-run] [path] Requires: ANTHROPIC_API_KEY environment variable
1 parent d2172e4 commit 5cefcf7

File tree

4 files changed

+468
-0
lines changed

4 files changed

+468
-0
lines changed

mail/samples/add_church.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Subject: Please add our church to the directory
2+
From: pastor@examplebaptist.org
3+
4+
Hello,
5+
6+
I would like to request that our church be added to the Reformed Baptist
7+
Church Directory.
8+
9+
Church Name: Example Reformed Baptist Church
10+
Address: 123 Main Street, Springfield, IL 62701, USA
11+
Website: https://www.examplebaptist.org
12+
Pastor: Rev. John Smith
13+
Phone: (555) 123-4567
14+
15+
We hold to the 1689 London Baptist Confession of Faith and have been
16+
meeting since 1995. Our service times are Sunday at 10:30am and 6:00pm.
17+
18+
Thank you for maintaining this directory. It has been a blessing to
19+
many Reformed Baptists looking for churches.
20+
21+
In Christ,
22+
Pastor John Smith

mail/samples/delete_church.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Subject: Church closure - please remove from directory
2+
From: former.member@email.com
3+
4+
Dear Directory Maintainers,
5+
6+
I'm writing to inform you that Heritage Baptist Church in Portland, OR
7+
has unfortunately closed its doors permanently as of last month.
8+
9+
Church Name: Heritage Baptist Church
10+
Location: Portland, Oregon
11+
12+
The congregation disbanded due to declining membership. The pastor has
13+
retired and members have joined other local Reformed Baptist churches.
14+
15+
Please remove this church from the directory to avoid confusion for
16+
people searching for churches in the Portland area.
17+
18+
Thank you for your service in maintaining this valuable resource.
19+
20+
Sincerely,
21+
A Former Member

mail/samples/edit_church.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Subject: Update church information
2+
From: admin@gracereformed.net
3+
4+
Hi,
5+
6+
I need to update the information for Grace Reformed Baptist Church.
7+
8+
The church has moved to a new location:
9+
10+
Church Name: Grace Reformed Baptist Church
11+
New Address: 456 Oak Avenue, Nashville, TN 37203
12+
13+
The old address was 789 Elm Street. We moved last month.
14+
15+
Our website has also changed to: https://www.gracereformed.net
16+
17+
Please update the directory. Thank you!
18+
19+
Best regards,
20+
Church Administrator

0 commit comments

Comments
 (0)