To be able to determine if the last item is visited in main().
mastorss reads RSS feeds and posts the items via the Mastodon API. Does not support Atom at the moment.
Install
Dependencies
-
Tested OS: Linux
-
C++ compiler (tested: gcc 7/9)
-
cmake (at least: 3.9)
-
boost (at least: 1.62)
-
mastodon-cpp (at least: 0.111.3)
-
POCO (at least: 1.7)
-
-
jsoncpp (at least: 1.7)
-
restclient-cpp (at least: 0.5.1)
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.
Description
0.13.1
Latest
Languages
C++
87.3%
CMake
11.6%
Shell
1.1%