schapps/posts/2024-05-23-xmpp-news-bots.rst

73 lines
2.3 KiB
ReStructuredText
Raw Normal View History

2024-05-24 13:11:16 +02:00
.. title: XMPP News Bots
.. slug: 2024-05-23-xmpp-news-bots
2024-05-24 13:11:16 +02:00
.. date: 2024-05-23 18:38:22 UTC
.. tags: atom, bot, chat, feed, jabber, news, rss, slixmpp, syndication, xmpp
.. category: news
.. link: 2024-05-23-xmpp-news-bots
2024-05-24 13:11:16 +02:00
.. description: This is a selection of news chat bots for the XMPP network which you might be interested at.
.. type: text
From Argentina to Germany; syndication chat bots for XMPP.
Slixfeed might not be useful to you as other news bots, as each project is formed namely by peculiar design and political principles.
You are encouraged to review the following projects and pick the one that fits best to you.
AtomToPubsub
------------
AtomToPubsub is a simple script that parses feeds and pushes the entries to a designated XMPP Pubsub Node.
`edhelas/atomtopubsub <https://github.com/edhelas/atomtopubsub>`_
2024-05-24 13:11:16 +02:00
err-rssreader
-------------
A port of old Brutal's Feed Reader for Errbot.
2024-05-24 13:11:16 +02:00
`errbotters/err-rssreader <https://github.com/errbotters/err-rssreader>`_
`Errbot <https://errbot.readthedocs.io/>`_
2024-05-24 13:11:16 +02:00
feed-to-muc
-----------
feed-to-muc is an XMPP bot which queries newsfeeds and posts the short summary to a XMPP MUC if there is a new article.
`mdosch/feed-to-muc <https://salsa.debian.org/mdosch/feed-to-muc>`_
2024-05-24 13:11:16 +02:00
Jabber RSS Transport
--------------------
Jabber RSS Transport offers a component interface which embodies feeds as contacts, which makes it highly efficient to any chat client.
`jabberworld/jrd_rss <https://github.com/jabberworld/jrd_rss>`_
2024-05-24 13:11:16 +02:00
`Jabber RSS Transport <https://jabberworld.info/Jabber_RSS_Transport>`_
`XEP-0114: Jabber Component Protocol <https://xmpp.org/extensions/xep-0114.html>`_
2024-05-24 13:11:16 +02:00
JabRSS by Christof
------------------
A simple syndication headline notification service for Jabber/XMPP.
`dev.cmeerw.org <https://dev.cmeerw.org/Projects/jabrss>`_
`Documentation <https://dev.cmeerw.org/jabrss/Documentation>`_
2024-05-24 13:11:16 +02:00
JabRSS by Jens W. Wulf
----------------------
The code is based on JabRSS from Christof. It was restructured and offers additional features.
2024-05-24 13:11:16 +02:00
`jotwewe.de <http://www.jotwewe.de/de/xmpp/jabrss/jabrss_en.htm>`_
2024-05-24 13:11:16 +02:00
Morbot
------
Morbo is a simple Slixmpp bot that will take new articles from listed syndication feeds and send them to assigned XMPP MUCs. This bot works best with TinyTinyRSS published articles feeds.
`TheCoffeMaker/Morbot <https://codeberg.org/TheCoffeMaker/Morbot>`_