Remind is a Go script that clones what I liked best about Readwise, particularly the daily email reminder of your Kindle highlights. This script is run using a GitHub Actions Workflow triggered by a cron schedule. Feel free to utilize this script for your personal use by following the instructions below.
Before using this script, make sure you have the following prerequisites in place:
- A valid SendGrid API key
- A Kindle clippings file in the standard format
-
Click on the "Use this template" button to create a new repository based on this template.
-
Configure the necessary GitHub Actions secrets for your repository:
SENDGRID_API_KEY: Your SendGrid API key SENDER_EMAIL: The email address used as the sender for the reminders RECIPIENT_EMAIL: The email address where the reminders will be sent
-
Replace the example
clippings.txt
file with your own Kindle clippings file. -
Customize the remind.yml GitHub Actions Workflow to run according to your desired schedule.
Enjoy the daily dose of REMINDer from your Kindle highlights!