Another RSS to Mastodon bot.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
tastytea 87760bba2d
continuous-integration/drone/push Build is passing Details
Print error messages from servers in debug output.
2 years ago
cmake Rewrite root CMake recipe. 4 years ago
completions Install Zsh completion. 3 years ago
man Fix documentation of the “fixes” config option. 2 years ago
src Print error messages from servers in debug output. 2 years ago
.drone.yml Update CI recipe: Remove restclient-cpp, re-enable Ubuntu bionic. 3 years ago
.editorconfig Add EditorConfig. 4 years ago
.gitignore initial commit 5 years ago
CMakeLists.txt Version bump 0.13.1. 3 years ago
CODE_OF_CONDUCT.adoc COC: Improve punctuation. 3 years ago
CONTRIBUTING.adoc Add Code Of Conduct. 4 years ago
LICENSE initial commit 5 years ago
README.adoc Move usage information above install instructions. 2 years ago
watchwords.json more filtering 5 years ago

README.adoc

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 Dont install manpage.

  • -DWITH_COMPLETIONS=NO Dont install completions.

  • -DZSH_COMPLETION_DIR Change installation directory for Zsh completions.

Install with make install.