Another RSS to Mastodon bot.
Go to file
tastytea 330849df7e
continuous-integration/drone/push Build was killed Details
Drone: Switch to Ubuntu bionic.
2019-12-26 03:30:49 +01:00
cmake Rewrite root CMake recipe. 2019-12-16 15:22:54 +01:00
man Document usage and configuration in manpage. 2019-12-25 03:29:30 +01:00
src Add Boost::regex to dependencies. 2019-12-25 23:05:48 +01:00
.drone.yml Drone: Switch to Ubuntu bionic. 2019-12-26 03:30:49 +01:00
.editorconfig Add EditorConfig. 2019-12-16 01:06:59 +01:00
.gitignore initial commit 2018-01-26 02:33:58 +01:00
CMakeLists.txt Rewrite root CMake recipe. 2019-12-16 15:22:54 +01:00
CODE_OF_CONDUCT.adoc Add Code Of Conduct. 2019-12-16 01:04:14 +01:00
CONTRIBUTING.adoc Add Code Of Conduct. 2019-12-16 01:04:14 +01:00
LICENSE initial commit 2018-01-26 02:33:58 +01:00
README.adoc Drone: Switch to Ubuntu bionic. 2019-12-26 03:30:49 +01:00
watchwords.json more filtering 2018-02-01 12:03:16 +01:00

README.adoc

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.