Files
jarvis-memory/tasks/morning-news.json

33 lines
877 B
JSON
Raw Normal View History

{
"name": "morning-news",
"description": "Daily 10 AM news headlines from tech and conservative sources",
"schedule": "0 10 * * *",
"model": "gpt",
"prompt": "Fetch today's top headlines from these sources using searx_search:
Tech:
- site:news.ycombinator.com (Hacker News)
- site:techcrunch.com
- site:arstechnica.com
Conservative/Right-leaning:
- site:dailywire.com
- site:foxbusiness.com
- site:washingtonexaminer.com
Straight News:
- site:reuters.com
- site:apnews.com
Select the 7-10 most important/interesting headlines across these categories. For each headline:
1. The headline title
2. The direct URL
**IMPORTANT:**
- TEXT ONLY Do not send images, screenshots, or attachments
- No summaries, no commentary, just headlines and links
- Format as a simple text list
- Group by category if helpful
- Deliver to the user's Telegram as plain text only"
}