convert RSS feeds to an epub book with pandoc for reading on kindle
Ensure pandoc is installed and added to PATH.
- 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"
- create
test/cache.json
{}
cd
intotest
and run
cargo run