Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gipsh/epub-to-kindle
send your epubs to your kindle device
https://github.com/gipsh/epub-to-kindle
epub kindle
Last synced: about 1 month ago
JSON representation
send your epubs to your kindle device
- Host: GitHub
- URL: https://github.com/gipsh/epub-to-kindle
- Owner: gipsh
- Created: 2020-01-29T17:35:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T18:53:24.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T06:39:29.860Z (6 months ago)
- Topics: epub, kindle
- Language: Go
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# epub-to-kindle
Convert and send epubs to a kindle device
Just put your @kindle.com address and drop epubs
## Build
Get deps
```bash
go get
```Then build
```bash
go build
```## Deps
You will need `ebook-convert` binary from calibre.
So install calibre on your platform. https://calibre-ebook.com/## Using
### CLI Mode
Convert a sent one epub from console
```bash
./epub-to-kindle your-happy.epub [email protected]
```### Web interface
Start a web server where you can drag & drop your epubs and magically those be available on your kindle device
```bash
./epub-to-kindle -web
```and then open your browser and go to http://localhost:8081
### Config
You have to create your own `config.yml` based on the `config.example`
Then put your SMTP credentials and make sure the
path to `ebook-convert` binary is right for your platform