- Runs daily at 8 PM Australia/Perth time - Fetches newsletters from past 24 hours via IMAP - Scores based on learned preferences (topics, sources) - Summarizes key points and highlights - Sends digest to Telegram + Gotify - Learns from user feedback (👍/👎/topic preferences) - Preferences stored in newsletter-preferences.json
10 lines
270 B
JSON
10 lines
270 B
JSON
{
|
|
"liked_topics": ["AI", "machine learning", "productivity", "automation"],
|
|
"disliked_topics": [],
|
|
"preferred_sources": ["The Rundown", "AI Valley", "TLDR"],
|
|
"avoided_sources": [],
|
|
"preferred_length": "medium",
|
|
"feedback_count": 0,
|
|
"last_feedback": null
|
|
}
|