-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
34 lines (27 loc) · 1.03 KB
/
Copy pathconfig.yml
File metadata and controls
34 lines (27 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Your Substack Profile URL (e.g., https://substack.com/@yourusername)
# This is used to automatically detect who you follow.
profile_url: "https://substack.com/@carsonslater"
# Threshold for how many days back to fetch posts
days_threshold: 1
# (Optional) OPML file exported from Substack Settings
# If this file exists, it will be used to get your full list of subscriptions.
opml_file: "substack-publications.opml"
# Fallback: Hardcoded list of Substack URLs (if automatic detection is skipped)
substack_urls:
- "https://masonking.substack.com"
- "https://drakeosborn.substack.com"
# Newspaper Title (optional)
newspaper_title: "My Daily Digest"
# RSS endpoint is usually /feed
rss_path: "/feed"
# Email Configuration
email:
to: "carsonslater7@gmail.com"
from: "carsonslater7@gmail.com"
subject: "Your Daily Substack Newspaper"
smtp_provider: "gmail"
smtp_user: "carsonslater7@gmail.com"
# The password should be stored in the SMTP_PASSWORD environment variable
pass_envvar: "SMTP_PASSWORD"
# Output settings
output_dir: "output"