tastytea e8ac4869b1
All checks were successful
continuous-integration/drone/push Build is passing
Treat permanent redirects after temporary redirects as temporary.
Example:
http://example.com/ returns 302 with Location: http://example.com/1
http://example.com/1 returns 301 with Location: http://example.com/2

http://example.com/ will not be overwritten in the config file.
2019-12-29 00:41:14 +01:00
2019-12-16 15:22:54 +01:00
2019-12-28 09:55:41 +01:00
2019-12-28 08:15:32 +01:00
2019-12-16 01:06:59 +01:00
2018-01-26 02:33:58 +01:00
2019-12-16 01:04:14 +01:00
2019-12-16 01:04:14 +01:00
2018-01-26 02:33:58 +01:00
2019-12-28 08:29:54 +01:00
2018-02-01 12:03:16 +01:00

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

Development version

git clone https://schlomp.space/tastytea/mastorss.git

Compile

mkdir build
cd build/
cmake ..
cmake --build .

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%