Another RSS to Mastodon bot.
Go to file
tastytea 53e39a04f3 Merge commit '1d4139cf0ebe2274d4cd2e58c913f91c02e80c8f' as 'src/curl_wrapper' 2020-11-21 21:44:17 +01:00
cmake Squashed 'src/curl_wrapper/' content from commit f4ea01d 2020-11-21 21:44:17 +01:00
man Add --dry-run. 2020-11-21 20:32:15 +01:00
src Merge commit '1d4139cf0ebe2274d4cd2e58c913f91c02e80c8f' as 'src/curl_wrapper' 2020-11-21 21:44:17 +01:00
.drone.yml Squashed 'src/curl_wrapper/' content from commit f4ea01d 2020-11-21 21:44:17 +01:00
.editorconfig Squashed 'src/curl_wrapper/' content from commit f4ea01d 2020-11-21 21:44:17 +01:00
.gitignore Squashed 'src/curl_wrapper/' content from commit f4ea01d 2020-11-21 21:44:17 +01:00
CMakeLists.txt Squashed 'src/curl_wrapper/' content from commit f4ea01d 2020-11-21 21:44:17 +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 Squashed 'src/curl_wrapper/' content from commit f4ea01d 2020-11-21 21:44:17 +01:00
README.adoc Squashed 'src/curl_wrapper/' content from commit f4ea01d 2020-11-21 21:44:17 +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 .

Install with make install.