Create ePub files from URLs
  • Go 98.4%
  • Makefile 1.4%
  • Dockerfile 0.2%
Find a file
2026-05-07 15:45:47 -07:00
cloudrun Bump dependencies and go versions 2026-05-07 15:45:47 -07:00
cmd/epubwriter Bump dependencies and go versions 2026-05-07 15:45:47 -07:00
debug Bump dependencies and go versions 2026-05-07 15:45:47 -07:00
grayscale grayscale: Add missing downscale.go file 2024-05-31 11:43:30 -07:00
rmapi Bump dependencies and go versions 2026-05-07 15:45:47 -07:00
tgbot Run go fix ./... 2026-02-20 17:54:50 -08:00
ziputil Change to vanity go import url 2020-12-26 17:23:43 -08:00
.editorconfig Initial appengine 2020-12-24 21:54:11 -08:00
.gitignore Switch from app engine to cloud run 2022-08-13 13:02:14 -07:00
client.go Add debug log for http client dial 2025-06-23 11:45:59 -07:00
doc.go Change to vanity go import url 2020-12-26 17:23:43 -08:00
epub.go Allow override language in epub 2024-11-22 17:13:54 -08:00
go.mod Bump dependencies and go versions 2026-05-07 15:45:47 -07:00
go.sum Bump dependencies and go versions 2026-05-07 15:45:47 -07:00
LICENSE Initial commit 2020-12-20 12:05:42 -08:00
node.go Code cleanups 2026-01-23 13:49:39 -08:00
readable.go Code cleanups 2026-01-23 13:49:39 -08:00
README.md Switch from app engine to cloud run 2022-08-13 13:02:14 -07:00
REST.md Support global font size scaling in epub 2025-09-05 21:10:44 -07:00
staticcheck.conf rmapi: Implement reMarkable Cloud API 1.5 2021-09-27 17:16:42 -07:00

Go Reference Go Report Card Gitter

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.

License

BSD 3-Clause.