Skip to content

mitjafelicijan/newsbarge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converts RSS feeds into single HTML file

Instead of traditional RSS readers this one exports your items from your feeds into a single HTML file that you can open in browser and read through your news there.

Features:

  • If RSS feeds item link points to youtube, that youtube video gets embeded into the story.
  • If feed is podcast it will try to add adui player in the story.
  • When you click on a story it will remember that you arelady read it in your localStorage in browser.
  • You don't need to use a server to serve these HTML files. You can open from your filesystem.

Installation

git clone [email protected]:mitjafelicijan/newsbarge.git
go install .

newsbarge -feed-file=/home/m/.feeds.txt -out-dir=/home/m/Downloads -days-span=14

Note

Check example of feeds.txt to see how to add feeds and in what format.

I made alias to my bashrc file for easier use.

alias newsbarge='newsbarge -feed-file=/home/m/.feeds.txt -out-dir=/home/m/Downloads -days-span=14'