Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1007 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 1007 Bytes

python-rss

RSS Retrieve and Send Email

A simple python script to retrieve the last 100 posts on r/Olympia and send them as an email. Driven weekly by a GitHub Action.

The GitHub Action requires 3 repository secrets:

  • ${{ secrets.SENDGRID_API_KEY }} = an API key from your SendGrid account
  • ${{ secrets.SENDER_EMAIL_ADDRESS }} = a sender email address, verified by SendGrid
  • ${{ secrets.RECIPIENT_EMAIL_ADDRESS }} = your recipient email address

The email addresses are secrets for privacy purposes.

Dependencies