mirror of
				https://github.com/tanrax/RSSingle.git
				synced 2025-03-03 03:35:46 +01:00 
			
		
		
		
	
			
				
					
						
					
					43b9a1e3b0c5250a8e32db761ef346d7359f214f
				
			
			
		
	RSSingle
Generates an RSS file from the list of other feeds (RSS/Atom/JSON). Very handy when you want to centralise the list of your feeds in one place and all your devices feed from the same place.
Run
- Download the binary.
wget 
- Gives execution permissions.
chmod +x rssingle
- In the same directory as the binary, you can create a local config.ymlfile in this format:
title: My RSS Feed
description: My customised RSS feed with technology news
feeds:
  - https://programadorwebvalencia.com/feed/
  - https://republicaweb.es/feed/
If not, you can download the example in the repository.
- Run the binary.
./rssingle 
A file called rss.xml will be created.
Thanks
@shymega for his original project singlerss.
					Languages
				
				
								
								
									Python
								
								95.7%
							
						
							
								
								
									Dockerfile
								
								4.3%