1
0
Fork 0
mirror of https://gitgud.io/sjehuda/slixfeed.git synced 2024-05-19 19:47:27 +02:00
Syndication bot for XMPP, base on feedparser and slixmpp
Go to file
Schimon Jehudah 4ac8e0836d Fix PubSub;
Improve permission handling;
Catch more errors.
2024-05-14 19:39:58 +00:00
slixfeed Fix PubSub; 2024-05-14 19:39:58 +00:00
LICENSE Add LICENSE 2023-11-29 15:25:23 +00:00
MANIFEST.in Add MANIFEST.in 2024-01-28 13:10:48 +00:00
pyproject.toml Restore instructions for pipx in file "README.md"; 2024-05-12 14:02:17 +00:00
README.md Replace goodbytes.im by goodbytes.nl 2024-05-14 11:11:21 +00:00
THANKS.md Fix configuration and allow commenting unused keys 2024-01-24 19:41:40 +00:00

Work in Progress

This bot is still a work in progress. Albeit this bot works well in most cases, it is not yet ready for production. We are working to make this bot better.


Syndication bot for XMPP

Slixfeed

Slixfeed is a news aggregator bot for the XMPP communication network which aims to be easy to use and fully-featured. It provides a convenient access to Blog and News sites.

XMPP

XMPP is the Extensible Messaging and Presence Protocol, a set of open technologies for instant messaging, presence, multi-party chat, voice and video calls, collaboration, lightweight middleware, content syndication, and generalized routing of XML data.

Visit XMPP for more information about the XMPP protocol and check the list of XMPP clients.

Slixfeed is primarily designed for XMPP (aka Jabber), yet it is built to be extended to other protocols.

Features

  • Visual interface - Interactive interface for XMPP using Ad-Hoc Commands,
  • Ease - Slixfeed automatically scans (i.e. crawls) for syndication feeds of given URL.
  • Export - Download articles as ePUB, HTML, Markdown and PDF.
  • Filtering - Filter news items using lists of allow and deny.
  • Multimedia - Display audios pictures and videos inline.
  • Privacy - Redirect to alternative back-ends, such as Invidious, Librarian, Nitter, for increased privacy, productivity and security.
  • Portable - Export and import feeds with a standard OPML file.
  • Simultaneous - Slixfeed is designed to handle multiple contacts, including groupchats, Simultaneously.

Preview

monocles chat

Chat: Add URL Ad-Hoc: Commands

Cheogram

Ad-Hoc: Add URL Ad-Hoc: Settings

Getting Started

Install

It is possible to install Slixfeed using pip and pipx.

pip inside venv

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install git+https://gitgud.io/sjehuda/slixfeed

pipx

Install
$ pipx install git+https://gitgud.io/sjehuda/slixfeed
Update
$ pipx uninstall slixfeed
$ pipx install git+https://gitgud.io/sjehuda/slixfeed

Start

$ slixfeed

Usage

  • Add the bot to contact list and follow it instructions.
  • Send command help or commands for a list of commands.

Slixfeed works with any XMPP chat client; if you want to make use of the visual interface Slixfeed has to offer (i.e. Ad-Hoc Commands), then you are advised to use Cheogram, Converse, Gajim, monocles chat, Movim, Poezio, Psi or Psi+.

Support

Please join our support groupchats whether you want help, discuss new features or just greet us.

Authors

  • Schimon (Author).
  • Laura (Co-Author, Instructor and Mentor).

Contributors

  • Mr. Stephen Paul Weber from Sopranica who has provided code for Data Forms to be used as visual interface for Ad-Hoc Commands, and who has taught me about Data Forms.

Thanks

Acknowledgment

Special thank you to Mrs. Lapina who instructed me during months to complete this, in addition to significant code fixes.

Laura, I thank you greatly for your encouragement, time and help. This software would not have existed without you.

May this software be a life changing factor to people the world over.

License

MIT license.

  • Schimon Zackary 2022 - 2024
  • Laura Lapina 2022 - 2023

Similar Projects

Please visit our friends who offer different approach to convey syndication feeds to XMPP.

  • AtomToPubsub Syndication feeds as XMPP Pubsub Nodes.

  • err-rssreader A port of old Brutal's RSS Reader for Errbot.

  • feed-to-muc An XMPP bot which posts to a MUC (groupchat) if there is an update in newsfeeds.

  • Jabber RSS Transport Syndication feeds as contacts.

  • JabRSS by Christof A simple syndication headline notification service for Jabber/XMPP.

  • JabRSS by Jens W. Wulf Never miss a headline again! JabRSS is a simple syndication headline notification service for Jabber.

  • Morbot Morbo is a simple Slixmpp bot that will take new articles from listed syndication feeds and send them to assigned XMPP MUCs (groupchats).

  • XMPP Bot An XMPP bot for making the link between XMPP conversations and webhooks.