Git Product home page Git Product logo

dailykindle's Introduction

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.

dailykindle's People

Watchers

James Cloos avatar TimZhang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.