一个定时将Google reader发送至kindle的工具
- master 分支为单用户版(基于python), 运行于 Linux, Mac OSX, Windows
- gae 分支为运行于 Google app engine 的多用户版, demo: http://reader.dogear.mobi
- 安装 Python (建议版本 2.5~2.7, 2.4 和 3.0未测试), 大多Liunx和OSX已内置Python
- 修改 config.sample.ini 为 config.ini 并按说明修改其中内容
- 下载并拷贝 kindlegen 到 kindlereader.py 所在目录,并添加可执行权限
- 在终端或命令符内运行
python kindlereader.py
- Windows用户可以安装 py2exe 然执行
python build_exe.py
以生成 kindlereader.exe - kindlereader.exe 运行不需要安装 Python 环境, kindlereader.exe 和 kindlegen.exe 及 config.ini 必须在一个目录内运行
- python: http://www.python.org/
- py2exe: http://www.py2exe.org/
- Kindlegen下载地址: http://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000234621
Kindlereader is Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php