Skip to content

Make an RSS feed out of arbitrary articles on the Internet (Mirror of Sourcehut repo)

License

Notifications You must be signed in to change notification settings

xordspar0/makerss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make an RSS feed out of arbitrary articles on the Internet.

Input: a text file with one URL per line.
Output: a [JSON Feed][1] file.

Example:

	makerss -title "Articles to read later" \
		-url "https://misc.neolog.xyz/feed.json" \
		-articles read-later.txt > feed.json

[1]: https://www.jsonfeed.org/

About

Make an RSS feed out of arbitrary articles on the Internet (Mirror of Sourcehut repo)

Resources

License

Stars

Watchers

Forks