mastorss/README.adoc

1.9 KiB

mastorss reads RSS feeds and posts the items via the Mastodon API. Does not support Atom at the moment.

Each <item> in feeds must have <link>, <title> and <description>.

Install

Dependencies

Get sourcecode

Development version

git clone https://schlomp.space/tastytea/mastorss.git

Compile

mkdir build
cd build/
cmake ..
cmake --build .

Install with make install.

Usage

See manpage.

Error codes

Same as mastodon-cpp, plus:

Code Explanation

1

Could not send post for unknown reasons.