Another RSS to Mastodon bot.
Go to file
tastytea cf78a2e43e
All checks were successful
continuous-integration/drone/push Build is passing
Don't parse more items than Config::max_guids.
2020-11-05 14:14:33 +01:00
cmake Rewrite root CMake recipe. 2019-12-16 15:22:54 +01:00
man Make hashtag-replacement optional. 2020-10-29 15:06:51 +01:00
src Don't parse more items than Config::max_guids. 2020-11-05 14:14:33 +01:00
.drone.yml Change mail server for drone notifications. 2020-06-21 00:26:09 +02: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 Add replacements. 2020-05-10 17:01:20 +02: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 Update dependencies in README. 2020-01-16 18:59:48 +01:00
watchwords.json more filtering 2018-02-01 12:03:16 +01:00

mastorss

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

Important
The branch master has been renamed to main. If you have cloned this repo before 2019-12-28, please update your git settings accordingly.

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.