A little client that parse Atom feeds and send them on XMPP Pubsub Nodes
Go to file
2016-02-18 12:40:17 +13:00
atomtopubsub.py - Add a little sleep 2014-09-19 14:21:36 +02:00
config_default.py - Add the base files 2014-04-16 14:11:43 +02:00
LICENSE Initial commit 2014-04-16 05:09:20 -07:00
publishx.py - Add the author tag support 2014-10-16 20:06:29 +02:00
README.md Updated to include Wiki 2016-02-18 12:40:17 +13:00

About AtomToPubsub

AtomToPubsub is a simple Python script that parses Atom feeds and pushes the entries to a designated XMPP Pubsub Node

Requirements

  • Python
  • GIT Core
  • PIP
  • feedparser
  • jsonpickle
  • sleekxmpp
  • screen

AtomToPubsub is built using Python 2.6 and use the librairies

Installation

Please see the Wiki for more information.