https://github.com/immannino/sage-gemini
A small cli utility for bulk downloading blog posts and emailing them to my kindle.
https://github.com/immannino/sage-gemini
Last synced: 3 months ago
JSON representation
A small cli utility for bulk downloading blog posts and emailing them to my kindle.
- Host: GitHub
- URL: https://github.com/immannino/sage-gemini
- Owner: immannino
- Created: 2023-02-24T21:43:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T08:01:05.000Z (over 2 years ago)
- Last Synced: 2024-06-21T15:48:25.308Z (12 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sage Gemini
> crawls sitemaps and forwards html based articles to recipients.
> primarily build to send blog posts to my sage colored kindle, Sage Gemini.## TODO
- Migrate email sending to SES since Kindle blocks outgoing SMS
## Usage
```
go get github.com/immannino/sage-gemini
```## Env
Expects the following ENV variables:
```
EMAIL_ADDRESS=
EMAIL_PASSWORD=
EMAIL_HOST=
EMAIL_PORT=
RECIPIENT=
```