Skip to content

fpg2012/rsspub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsspub

convert RSS feeds to an epub book with pandoc for reading on kindle

Example

Ensure pandoc is installed and added to PATH.

  1. create test/config.toml
sites = [
    { name = "Empty Space", url = "https://nth233.top/feed.xml" },
    { name = "Empty Space (notes)", url = "https://nth233.top/notes/rss.xml"},
]

cache_file = "cache.json"
  1. create test/cache.json
{}
  1. cd into test and run
cargo run

About

convert RSS feeds to an epub book with pandoc for reading on kindle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages