What is KindleEar?

KindleEar is an open source program of Python, which is hosted on Github. KindleEar can run on Google APP Engine for free, and send the blogs subscribed to your kindle automatically.

How to Build Kindle RSS Serve?

  1. Sign up for a Google account
  2. Google Sign in & security: Allow less secure apps ON
  3. Create a Google Cloud Project: [http://AppID.appspot.com] To visit your KindleEar
  4. Google Cloud Platform Shell to upload code
1
2
3
4
rm -f uploader.sh* && \
wget https://raw.githubusercontent.com/kindlefere/KindleEar-Uploader/master/uploader.sh && \
chmod +x uploader.sh && \
./uploader.sh

Tips

  1. Add your Gmail to your Amazon kindle approved senders mailing list
  2. KindleEar default account: admin, default password: admin
  3. wrong SRC_EMAIL: Google Cloud Platform » App Engine » Settings » Add Email API authorized senders: your Gmail

Try My Kindle RSS Serve