Another RSS to Mastodon bot.
Go to file
tastytea 838dbb11b9
Remove branch rename notice.
2020-11-22 00:58:29 +01:00
cmake Rewrite root CMake recipe. 2019-12-16 15:22:54 +01:00
man Add --dry-run. 2020-11-21 20:32:15 +01:00
src Don't stop after first post if keep_looking = true. 2020-11-21 23:53:47 +01:00
.drone.yml Update CI recipe: Remove restclient-cpp, re-enable Ubuntu bionic. 2020-11-21 22:36:43 +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 Version bump 0.12.2. 2020-11-21 21:17:01 +01:00
CODE_OF_CONDUCT.adoc COC: Improve punctuation. 2019-12-29 05:44:52 +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 Remove branch rename notice. 2020-11-22 00:58:29 +01:00
watchwords.json more filtering 2018-02-01 12:03:16 +01:00

README.adoc

mastorss

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

Install

Dependencies

Get sourcecode

Release

Download the current release at schlomp.space.

Development version

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

Compile

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

Install with make install.