View Single Post
Old 10-15-2013, 05:52 PM   #13
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
make a "urlfile" file containing the feeds like

(these first two are obviously DUMMY examples... put real ones)
echo "http://feed.url/thing.xml" >> /mnt/us/extensions/newsbeuter/feeds.txt
echo "http://feed2.url/thing.xml" >> /mnt/us/extensions/newsbeuter/feeds.txt
echo "http://lifehacker.com/vip.xml" >> /mnt/us/extensions/newsbeuter/feeds.txt

(or however you want to make the file...)

then call the app like

cd /mnt/us/extensions/newsbeuter; usr/bin/newsbeuter -u ./feeds.txt

(or full paths)
/mnt/us/extensions/newsbeuter/usr/bin/newsbeuter -u /mnt/us/extensions/newsbeuter/feeds.txt


press r in the app to reload the feeds.

press ENTER on one to load the feeds...



I got this from:

Quote:
-u <urlfile> read RSS feed URLs from <urlfile>
section 3: First Steps
http://www.newsbeuter.org/doc/newsbeuter.html

That'll work.

Last edited by twobob; 10-15-2013 at 05:56 PM.
twobob is offline   Reply With Quote