noss
noss is a command-line RSS/Atom feed reader and aggregator written in Perl.
Building
noss should be able to run on most Unix-like and Windows systems.
noss depends on the following:
perl(>=5.16)DateTimeDateTime::Format::MailDateTime::Format::RFC3339DBIDBD::SQLiteJSONParallel::ForkManagerXML::LibXMLcurl(>=7.68.0)lynxsqlite3(>=3.35.0)
noss optionally depends on the following:
JSON::XS: For faster JSON processing.
Once the aforementioned dependencies are installed, noss can be built and installed via the following commands:
perl Makefile.PL
make
make test
make install
Please consult the documentation for the ExtUtils::MakeMaker Perl module for
information on configuring the build process.
Usage
The documentation for the usage of noss can be found in its manual.
man noss
It should contain all the information you need to get started using noss.
Author
This program was written by Samuel Young, <samyoung12788 at gmail dot com>.
This project's source can be found on its Codeberg page. Comments and pull requests are welcome!
Copyright
Copyright (C) 2025 Samuel Young
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.