Another RSS to Mastodon bot.
|
||
---|---|---|
cmake | ||
man | ||
src | ||
.drone.yml | ||
.editorconfig | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OF_CONDUCT.adoc | ||
CONTRIBUTING.adoc | ||
LICENSE | ||
README.adoc | ||
watchwords.json |
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 tastytea
echo 'net-misc/mastorss' >> /etc/portage/package.accept_keywords/mastorss
emaint sync -r tastytea
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 .
Install with make install
.