tastytea a80b4237cb
All checks were successful
continuous-integration/drone/push Build is passing
Make ZSH_COMPLETION_DIR a bit more portable.
2020-12-03 21:23:07 +01:00
2019-12-16 15:22:54 +01:00
2020-12-03 21:05:00 +01:00
2020-12-03 20:18:54 +01:00
2019-12-16 01:06:59 +01:00
2018-01-26 02:33:58 +01:00
2019-12-29 05:44:52 +01:00
2019-12-16 01:04:14 +01:00
2018-01-26 02:33:58 +01:00
2020-12-03 21:05:13 +01:00
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.

Table of Contents

Install

Gentoo

eselect repository enable guru
echo 'net-misc/mastorss' >> /etc/portage/package.accept_keywords/mastorss
emaint sync -r guru
emerge -a net-misc/mastorss

Arch

The git-version is available via the AUR: https://aur.archlinux.org/packages/mastorss-git/.

From source

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:
  • -DCMAKE_BUILD_TYPE=Debug Debug build.

  • -DWITH_MAN=NO Dont install manpage.

  • -DWITH_COMPLETIONS=NO Dont install completions.

  • -DZSH_COMPLETION_DIR Change installation directory for Zsh completions.

Install with make install.

Description
Another RSS to Mastodon bot.
Readme 397 KiB
0.13.1 Latest
2020-12-15 10:09:29 +01:00
Languages
C++ 87.3%
CMake 11.6%
Shell 1.1%