Syndication bot for XMPP which is powered by feedparser and slixmpp. https://slixfeed.woodpeckersnest.space/
Go to file
Schimon Jehudah 030b3e1056 Code cleanup
2022-06-21 14:52:13 +00:00
README.md Add copyright 2022-06-21 14:26:08 +00:00
slixfeed.py Code cleanup 2022-06-21 14:52:13 +00:00

Slixfeed

Syndication bot for the XMPP communication network.

Getting started

python slixfeed.py
Username: 
Password: 

Usage

  • Open chat with Slixfeed.
  • Add news source with add feed URL
add feed https://xmpp.org/feeds/all.atom.xml
add feed https://redecentralize.org/podcast/feed.rss
add feed http://hackerpublicradio.org/hpr_ogg_rss.php

Roadmap

  • Improve asynchronism hadling;
  • Improve error handling;
  • Add hash or urlencode;
  • Add daemon interface;
  • Add HTML support;
  • Add feed history tables of last week and last month.

Authors and acknowledgment

  • Schimon Jehudah, Attorney at Law.
  • imattau (Some code was taken from imattau)
  • Jaussoin Timothée edhelas
  • magicfelix (async)
  • Link Mauve
  • Slixmpp participants who chose to remain anonymous or not to appear in this list.

License

AGPL-3.0 license

Schimon Jehudah 2022