Skip to content

Fix and switch reading digest to weekly (Fridays)#12

Open
sanjaykaranth wants to merge 1 commit into
fplaunchpad:mainfrom
sanjaykaranth:main
Open

Fix and switch reading digest to weekly (Fridays)#12
sanjaykaranth wants to merge 1 commit into
fplaunchpad:mainfrom
sanjaykaranth:main

Conversation

@sanjaykaranth
Copy link
Copy Markdown
Contributor

@sanjaykaranth sanjaykaranth commented May 11, 2026

Summary

  • fetch_digest.py was reading feed_info['url'] but feeds.yml stores the RSS URL under the key feed — fixed to use feed_info['feed']
  • feeds.yml had a friends section but the script reads feeds.get('collaborators', []), so that group was silently skipped — renamed to collaborators
  • Switched schedule from daily to weekly, running every Friday at 8am IST
  • Extended the post lookup window from 25 hours to 7 days to match the weekly cadence

Test plan

  • Confirm the next scheduled digest run (Friday) completes without KeyError: 'url'
  • Verify both members and collaborators posts appear in the generated digest

🤖 Generated with Claude Code

@sanjaykaranth sanjaykaranth changed the title Fix daily digest: use correct feed key and collaborators group Fix and switch reading digest to weekly (Fridays) May 11, 2026
- fetch_digest.py read feed_info['url'] but feeds.yml uses 'feed' as the
  key — fixed to use feed_info['feed']
- feeds.yml had a 'friends' section but the script reads 'collaborators',
  so that group was silently skipped — renamed to 'collaborators'
- Switched schedule from daily to weekly, every Friday at 8am IST
- Extended post lookup window from 25 hours to 7 days
- Renamed daily-digest.yml to weekly-digest.yml

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant