atomtopubsub/README.md

21 lines
447 B
Markdown
Raw Normal View History

2016-02-18 12:40:17 +13:00
## About AtomToPubsub
2014-04-17 00:09:20 +12:00
2016-02-18 12:40:17 +13:00
AtomToPubsub is a simple Python script that parses Atom feeds and pushes
the entries to a designated [XMPP Pubsub Node](http://xmpp.org/extensions/xep-0060.html)
2014-04-17 00:11:43 +12:00
2016-02-18 12:40:17 +13:00
## Requirements
2014-04-17 00:11:43 +12:00
2016-02-18 12:40:17 +13:00
* Python
* GIT Core
* PIP
* feedparser
* jsonpickle
* sleekxmpp
* screen
2014-04-17 00:11:43 +12:00
2016-02-18 12:40:17 +13:00
AtomToPubsub is built using Python 2.6 and use the librairies
2014-04-17 00:11:43 +12:00
2016-02-18 12:40:17 +13:00
## Installation
2014-04-17 00:11:43 +12:00
2016-02-18 12:40:17 +13:00
Please see the [Wiki](https://github.com/edhelas/atomtopubsub/wiki) for more information.