rsspls

Crates.iorsspls
lib.rsrsspls
version0.9.0
sourcesrc
created_at2022-07-03 07:44:10.152923
updated_at2024-07-08 03:41:19.805418
descriptionGenerate RSS feeds from websites
homepagehttps://github.com/wezm/rsspls
repositoryhttps://github.com/wezm/rsspls.git
max_upload_size
id618238
size136,805
Wesley Moore (wezm)

documentation

README


RSS Please

A small tool (rsspls) to generate RSS feeds from web pages that lack them. It runs on BSD, Linux, macOS, Windows, and more.

Build Status Version License

rsspls generates RSS feeds from web pages. Example use cases:

  • Create a feed for a blog that does not have one so that you will know when there are new posts.
  • Create a feed from the search results on real estate agent's website so that you know when there are new listings—without having to check manually all the time.
  • Create a feed of the upcoming tour dates of your favourite band or DJ.
  • Create a feed of the product page for a company, so you know when new products are added.

The idea is that you will then subscribe to the generated feeds in your feed reader. This will typically require the feeds to be hosted via a web server.

For more information including installation instructions, documentation, and news visit the RSS Please website.

Visit Website

Build From Source

Minimum Supported Rust Version: 1.70.0

rsspls is implemented in Rust. See the Rust website for instructions on installing the toolchain.

From Git Checkout or Release Tarball

Build the binary with cargo build --release --locked. The binary will be in target/release/rsspls.

From crates.io

cargo install rsspls

Credits

Licence

This project is dual licenced under either of:

at your option.

Commit count: 99

cargo fmt