mastorss/README.adoc
tastytea 8650c3cc6b
Some checks failed
continuous-integration/drone/push Build is failing
Convert size_t to Json::Value::UInt64 for jsoncpp.
jsoncpp-1.7.4 can't convert it itself.
2019-12-28 07:55:48 +01:00

2.0 KiB

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

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.