SkillAgentSearch skills...

Send2ebook

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

Install / Use

/learn @mwoz123/Send2ebook
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated4mo ago
Forks1

Languages

Java

Security Score

92/100

Audited on Nov 23, 2025

No findings