Create ePub files from URLs
- Go 98.4%
- Makefile 1.4%
- Dockerfile 0.2%
| cloudrun | ||
| cmd/epubwriter | ||
| debug | ||
| grayscale | ||
| rmapi | ||
| tgbot | ||
| ziputil | ||
| .editorconfig | ||
| .gitignore | ||
| client.go | ||
| doc.go | ||
| epub.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| node.go | ||
| readable.go | ||
| README.md | ||
| REST.md | ||
| staticcheck.conf | ||
url2epub
Create ePub files from URLs
Overview
The root directory provides a Go library that creates ePub files out of URLs, with limitations.
rmapi/ directory provides a Go library that implements
reMarkable API,
so that the ePub files generated can be sent to reMarkable paper tablet
directly.
tgbot/ directory provides a Go library that implements partial
Telegram bot API, so all this can be done in a Telegram message.
cloudrun/ directory provides the Google Cloud Run
implementation of the Telegram Bot that does all this,
and also serving REST APIs.