A Go based service for parsing Kindle highlights and sending daily insights by email using SMPT2GO. This project is inspired by Readwise to help users manage and revisit their Kindle highlights simply
Follow these steps:
- Clone the repository:
git clone https://github.com/HelixY2J/pensieve.gitcd pensieveInstall the necessary dependencies
go mody tidySet up your MySQL database and SMPT2GO account to obtain an API key
Make sure to have GO 1.12+ installed
make runAlso check setup the env variables as listed in .envrc.example file
