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.