View Single Post
Old 09-11-2013, 12:22 PM   #3
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,478
Karma: 26012494
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Everything's pure python, so you can do it from the Kindle itself. No need to play with the env/paths, the latest Python package handles everything, and symlinks python in the default PATH.

* Install setuptools: https://pypi.python.org/pypi/setupto...n-instructions
* Install feedparser: https://pypi.python.org/pypi/feedparser
* Install rawdog: http://offog.org/code/rawdog/

(If you're unfamiliar with python modules, the install procedure is usually
Code:
python setup.py install
in the root of the project source tree .)

(Well, you might want to D/L the tarballs yourself, and push them on your device manually, unless you have a decent wget/curl in your PATH).

Code:
[root@kindle us]# /mnt/us/python/bin/rawdog --help
rawdog, version 2.17

Last edited by NiLuJe; 09-11-2013 at 12:26 PM.
NiLuJe is offline   Reply With Quote