Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 2.92 KB

readme_EN.md

File metadata and controls

54 lines (39 loc) · 2.92 KB

#Brief Introduction KindleEar is a web application to aggregate RSS for generating periodical mobi/epub file with images and send it to your kindle or your email automatically.

The features included:

  • Support calibre-like recipe file to aggress unlimited RSS or webpage.
  • Support custom RSS, only title/url are needed, don't need to program.
  • With account management, support several kindles.
  • Generate periodical mobi/epub file with images.
  • Deliver news feeds to your kindle dialy automatically.
  • Website support multi-languages.
  • Powerful and convenient mail-transfering service.
  • Integration with Evernote/Pocket/Instapaper.

#Deployment

  1. Create a Google account and Turn on Access for less secure apps.

  2. Create an application.

  3. Install Python 2.7.x.

  4. Install GAE SDK.

  5. Download KindleEar and uncompress it into a directory for example: c:\kindleear.

  6. Modify some variable in app.yaml/module-worker.yaml/config.py.

File To be changed Description
app.yaml application Your Application Id
module-worker.yaml application Your Application Id
config.py SRC_EMAIL Your Gmail Address
config.py DOMAIN appid@appspot.com
config.py TIMEZONE Your timezone
  1. Execute two commands in directory GAE SDK (default is C:\Program Files\Google\google_appengine)

    • c:\python27\python.exe appcfg.py update KindleEarFolder\app.yaml KindleEarFolder\module-worker.yaml
    • c:\python27\python.exe appcfg.py update KindleEarFolder
  2. After finished, you can open the website 'http://appid.appspot.com' (appid is the name of your application),
    For example the author's site: http://kindleear.appspot.com
    The initial username is 'admin', password is 'admin', please change the password immediately after first login.

  3. More details could be found in FAQ.

#Deployment simplified If you don't want to intall GAE SDK and python, you have another choice.

  1. Download KindleEar and uncompress it (Change the name of folder to 'KindleEar').
  2. Download KindleEar-Uploader and unzip it.
  3. Put KindleEar folder into Uploader directory, double-click uploader.bat to start process of deployment.

#License KindleEar is Licensed under the AGPLv3 license.