Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
/ send2ebook Public archive

Send2Ebook lets you send articles found on PC/Android phone to your Ebook reader.

License

Notifications You must be signed in to change notification settings

mwoz123/send2ebook

Repository files navigation

send2ebook

Decription

Send2Ebook lets you send articles found on PC/Android phone to your Ebook reader.

This is PC version (commandline, java lib).

Android version is located here

How it works

PC/Android phone -> gets url -> download -> converts to epub -> stores to server(ftp)

->

Ebook reader downloads it, and it's ready to read;)

I only know Koreader has dedicated plugin (Send2Ebook (reciever)), but you can use your favourite app to download documents from ftp;)

3 simple steps

interfaces: InputProcessor -> Creator -> Storage

example implementation:

UrlInputProcessor gets url, downloads data -> EpubCreator converts data to Epub format -> FtpStorage save epub file to ftp server

Requirements:

  • java (jre) >= 7.
  • ftp account

You don't have ftp account? No worries. There're thousands free on Internet

Configuration

Currently only property file configuration is supported

Download

Download

Usage

unix:

send2ebook.sh www.a_url.com

windows:

send2ebook.bat www.a_url.com

Can send many articles at once:

send2ebook.sh www.a_url.com www.another_url.eu www.other_url.com www.somethingelse.eu

Feel free to extend it.

About

Send2Ebook lets you send articles found on PC/Android phone to your Ebook reader.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages