Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fishy/url2epub
Create ePub files from URLs
https://github.com/fishy/url2epub
appengine appengine-go go golang remarkable-tablet
Last synced: 8 days ago
JSON representation
Create ePub files from URLs
- Host: GitHub
- URL: https://github.com/fishy/url2epub
- Owner: fishy
- License: bsd-3-clause
- Created: 2020-12-20T20:05:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T02:15:15.000Z (3 months ago)
- Last Synced: 2024-10-16T00:21:15.993Z (24 days ago)
- Topics: appengine, appengine-go, go, golang, remarkable-tablet
- Language: Go
- Homepage:
- Size: 292 KB
- Stars: 67
- Watchers: 6
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reMarkable - url2epub - Telegram bot to generate ePub out of URL and send directly to reMarkable Cloud. (Cloud Tools / Launchers)
README
[![Go Reference](https://pkg.go.dev/badge/go.yhsif.com/url2epub.svg)](https://pkg.go.dev/go.yhsif.com/url2epub)
[![Go Report Card](https://goreportcard.com/badge/go.yhsif.com/url2epub)](https://goreportcard.com/report/go.yhsif.com/url2epub)
[![Gitter](https://badges.gitter.im/url2epub/community.svg)](https://gitter.im/url2epub/community)# url2epub
Create ePub files from URLs## Overview
The [root][root] directory provides a Go library that creates ePub files out of
URLs, with limitations.[`rmapi/`][rmapi] directory provides a Go library that implements
[reMarkable API][remarkable],
so that the ePub files generated can be sent to reMarkable paper tablet
directly.[`tgbot/`][tgbot] directory provides a Go library that implements partial
[Telegram bot API][telegram], so all this can be done in a Telegram message.[`cloudrun/`](cloudrun/) directory provides the [Google Cloud Run][cloudrun]
implementation of the [Telegram Bot][bot] that does all this,
and also serving [REST APIs][rest].## License
[BSD 3-Clause](LICENSE).
[root]: https://pkg.go.dev/go.yhsif.com/url2epub
[rmapi]: https://pkg.go.dev/go.yhsif.com/url2epub/rmapi
[tgbot]: https://pkg.go.dev/go.yhsif.com/url2epub/tgbot
[remarkable]: https://github.com/splitbrain/ReMarkableAPI/wiki
[telegram]: https://core.telegram.org/bots/api
[cloudrun]: https://cloud.google.com/run
[bot]: https://t.me/url2rM_bot?start=1
[rest]: REST.md