All Projects → pelletier → dailykindle

pelletier / dailykindle

Licence: other
Generate MOBI files for Kindle from your news feeds.

Programming Languages

python
139335 projects - #7 most used programming language

DailyKindle

DailyKindle is a Python scripts which, given a set of RSS/Atom feeds URLs, creates a MOBI file that you can directly use on you Amazon Kindle (or any other device that supports MOBI documents).

Want to see what it looks like? Take a look at examples/mobi_doc/!

Requirements

  • A working Python 3 environment (tested on OS X + Python 3.2 + Virtualenv).
  • Amazon's KindleGen binary.

Installation

  1. Grab the script code. Choose one of the following:
  2. (optional) Source your virtualenv.
  3. pip install -r requirements.txt

Usage

DailyKindle usage:
python dailykindle.py <output dir> <day|week> <kindle_gen> <feed_url_1>
[<feed_url_2> ...]

Passing day will only keep posts younger than one day; week for one week.

This will create a daily.mobi in <output dir>. You can now transfer this file to your device.

Example

python dailykindle.py ~/Desktop/temp/ day \
"~/Downloads/KindleGen_Mac_i386_v1.2/kindleGen" \
"http://feeds.feedburner.com/b-list-entries" \
"http://lucumr.pocoo.org/feed.atom"

Want more?

Run the script as a cron job: see /examples/cronjob/.

License

Have fun.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].