Another RSS to Mastodon bot.
Go to file
tastytea 226170b547
Make building a .desktop file optional.
2020-02-04 14:57:47 +01:00
cmake Rewrite root CMake recipe. 2019-12-16 15:22:54 +01:00
man Update proxy info in manpage. 2020-01-16 23:58:32 +01:00
src Replaced MastodonException and replaced it with CURLException. 2020-01-16 22:38:18 +01:00
.drone.yml Remove POCO from drone config. 2020-01-16 19:22:41 +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 Make building a .desktop file optional. 2020-02-04 14:57:47 +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 Make building a .desktop file optional. 2020-02-04 14:57:47 +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.

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 .
CMake options:
  • -DWITH_MAN=NO to not compile the manpage (default is YES).

  • -DWITH_DESKTOP=YES to build the .desktop file (default is NO).

Install with make install.