Get reminder emails of your favorite kindle highlights without sharing them with others ππ with the help of Github Actions.
- Fork/Clone the repo.
- Replace
My Clippings.txt
with your own and commit and push the changes. - Enable Github Actions.
- Enable 2-Step Verification on the Gmail account and generate a new app password for mail.
- Add
SENDER_EMAIL
(preferrablly Gmail) ,SENDER_APP_PASSWORD
,RECEIVING_EMAIL
andNO_OF_HIGHLIGHTS
(optional: default is 5) to the repository's secrets. (Refer .example.env) - Done.
- Change the mail frequency or timing from workflow file.
- Change number of highlights in the emails from repository's secret.
Contributions are always welcome!