Crates.io | rsspls |
lib.rs | rsspls |
version | 0.10.0 |
source | src |
created_at | 2022-07-03 07:44:10.152923 |
updated_at | 2024-08-31 01:09:33.757231 |
description | Generate RSS feeds from websites |
homepage | https://github.com/wezm/rsspls |
repository | https://github.com/wezm/rsspls.git |
max_upload_size | |
id | 618238 |
size | 176,838 |
rsspls
) to generate RSS feeds from web
pages that lack them. It runs on BSD, Linux, macOS, Windows, and
more.
rsspls
generates RSS feeds from web pages. Example use cases:
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.
Minimum Supported Rust Version: 1.70.0
rsspls
is implemented in Rust. See the Rust website for instructions on
installing the toolchain.
Build the binary with cargo build --release --locked
. The binary will be in
target/release/rsspls
.
cargo install rsspls
This project is dual licenced under either of:
at your option.