![]() |
#1 |
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Jan 2019
Device: Kobo Libra Colour
|
![]()
For someone who is new to the Kobo e-reader, I still don't think there is any way to compare the Kobo to the Kindle. I previously used a Kindle Oasis 3 with LTE, and connecting to the internet anytime and anywhere allows me to access fresh information often. But since I switched to Kobo, I don't have access to the internet during my commute to and from work, but I still want to read news and information. So I tried to write a Python script to fetch 5 recent articles under each RSS link and turn them into ePub files to display on my desktop.
![]() Click on the link below to see how to install it: https://github.com/IcingTomato/Kobo-...ster/README.md It looks like I don't have a way to upload attachments yet, so I'll post the GitHub link here: https://github.com/IcingTomato/Kobo-RSS/releases Last edited by PamGaoshow; 06-03-2025 at 08:29 PM. Reason: It looks like I don't have a way to upload attachments yet |
![]() |
![]() |
![]() |
#2 |
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Jan 2019
Device: Kobo Libra Colour
|
The effect is as follows:
The effect is as follows:
![]() |
![]() |
![]() |
![]() |
#3 |
Member
![]() Posts: 13
Karma: 10
Join Date: Mar 2025
Device: Kobo Libra Colour
|
Looks great, I will give it a try!
It is resource intensive to create such ePub directly on the Kobo Libra? |
![]() |
![]() |
![]() |
#4 | |
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Jan 2019
Device: Kobo Libra Colour
|
Quote:
I’ve tried using 10 RSS feeds, each fetching 10 articles, and the maximum memory usage was only around 120MB. On Linux systems, Buffers and Cache might consume a lot of memory resources, so I added two lines in NickelMenu to check memory usage and to clear the Buffer and Cache. Code:
menu_item : main : Memory Usage : cmd_output : 500 : free -m | awk 'NR==2{printf "Used: %dMB\nBuff/Cache: %dMB\nAvailable: %dMB\n", $3, $6, $7}' menu_item : main : Clear Memory : cmd_output : 500 : sync && echo 3 > /proc/sys/vm/drop_caches && free -m | awk 'NR==2{printf "Used: %dMB\nBuff/Cache: %dMB\nAvailable: %dMB\n", $3, $6, $7}' ![]() |
|
![]() |
![]() |
![]() |
Tags |
rss |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Ebook Glue--free RSS feed to ebook converter | Doitsu | General Discussions | 1 | 01-14-2013 03:13 PM |
nmdLite - RSS Feeds to FB2 format converter | igors48 | Reading and Management | 4 | 02-04-2011 02:16 AM |
rss feeds to fb2 converter | Traut | HanLin eBook | 5 | 12-18-2007 09:05 AM |