Refactored RSS integration into its own rss plugin [closes ]

This commit is contained in:
Fabio Manganiello 2022-01-06 00:46:05 +01:00
commit e9f6d9a8bc
Signed by: blacklight
GPG key ID: D90FBA7F76362774
20 changed files with 312 additions and 30 deletions
docs/source

View file

@ -50,6 +50,7 @@ Events
platypush/events/ping.rst
platypush/events/pushbullet.rst
platypush/events/qrcode.rst
platypush/events/rss.rst
platypush/events/scard.rst
platypush/events/sensor.rst
platypush/events/sensor.ir.rst

View file

@ -0,0 +1,5 @@
``platypush.message.event.rss``
===============================
.. automodule:: platypush.message.event.rss
:members:

View file

@ -0,0 +1,5 @@
``rss``
=======
.. automodule:: platypush.plugins.rss
:members:

View file

@ -103,6 +103,7 @@ Plugins
platypush/plugins/pwm.pca9685.rst
platypush/plugins/qrcode.rst
platypush/plugins/redis.rst
platypush/plugins/rss.rst
platypush/plugins/rtorrent.rst
platypush/plugins/serial.rst
platypush/plugins/shell.rst