KindlePush ![GitHub release](https://img.shields.io/github/release/zhengchun/kindlepush.svg)
Subscribe the RSS/Atom feeds and delivered to your Kindle.
Download KindlePush latest version.
How to Use
config.yaml
- Required
- kindleAddress - Kindle email address.
- smtp - About SMTP configuration used to send email.
- feeds - List of Atom/RSS feed URLs.
- Optional
- cacheDir - Output directory.
- resizeImage - Resize image with specifies width and height.
- maxFileSize - Max mobi file size.
- kindlegen - kindlegen.exe path.
- proxy - HTTP proxy.
config.yaml
example
kindleAddress: test@kindle.cn
smtp:
# domain:port,(etc. gmail.com:25), port number is 25 in default.
hostAndPort: smtp.gmail.com:465
# Display your email address.
# Default `account` value will used if no set this value.
senderAddress: xxx@gmail.com
# Use SSL to connect to the email server.
ssl: true
# Enable SMTP Authentication.
account: xxx@gmail.com
password: $password$
feeds:
- https://feedocean.com/feeds/sry69h
- https://feedocean.com/feeds/d519ydb
NOTES: Make sure senderAddress
add to your kindle approved e-mail address list. See Add an Email Address to Receive Documents.
中文说明
KindlePush
是Kindle电子书推送软件,能够将你订阅多个RSS/Atom源生成MOBI格式的电子杂志,并推送到你的Kindle设备上阅读。
使用说明
请注意:正常接收投递电子杂志,你必须确保你的senderAddress
邮件地址已经加入到kindle的邮箱列中。添加用于接收文档的电子邮箱。
config.yaml说明
- 必选
- kindleAddress - Kindle的邮箱地址。
- smtp - SMTP配置,用于邮箱投递。
- feeds - Atom/RSS源列表。
- 可选
- cacheDir - 生成的输出目录。
- resizeImage - 自定义略缩图像大小,可以减少电子书的大小。
- maxFileSize - Mobi文件最大的允许大小。
- kindlegen - kindlegen.exe文件路径。
- proxy - HTTP代理。
FeedOcean.com: Provides convert HTML to RSS and Atom feeds with full-text, Its free.
You're welcome to contribute.
![alt text](https://github.com/zhengchun/kindlepush/raw/master/docs/001.png)
![alt text](https://github.com/zhengchun/kindlepush/raw/master/docs/002.png)