Another RSS to Mastodon bot.
|
||
---|---|---|
cmake | ||
man | ||
src | ||
.drone.yml | ||
.editorconfig | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OF_CONDUCT.adoc | ||
CONTRIBUTING.adoc | ||
LICENSE | ||
README.adoc | ||
watchwords.json |
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
-
Tested OS: Linux
-
C++ compiler (tested: gcc 9)
-
cmake (at least: 3.9)
-
boost (at least: 1.62)
-
mastodon-cpp (at least: 0.111.3)
-
jsoncpp (at least: 1.7)
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.