tastytea / mastorss

Another RSS to Mastodon bot. [mirror]

Home Page:https://schlomp.space/tastytea/mastorss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mastorss

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

Table of Contents

Usage

See manpage.

Install

Packaging status

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 Don’t install manpage.

  • -DWITH_COMPLETIONS=NO Don’t install completions.

  • -DZSH_COMPLETION_DIR Change installation directory for Zsh completions.

Install with make install.

About

Another RSS to Mastodon bot. [mirror]

https://schlomp.space/tastytea/mastorss

License:GNU General Public License v3.0


Languages

Language:C++ 87.3%Language:CMake 11.6%Language:Shell 1.1%