.. _f-rsshelper: module ``rss.rss_helper`` ========================= Short summary +++++++++++++ module ``pyrsslocal.rss.rss_helper`` Various function to automate the collection of blog posts. :githublink:`%|py|5` Functions +++++++++ +-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=================================================================================================+============================================================================================================================+ | :func:`enumerate_post_from_rss ` | Parses a :epkg:`RSS` stream. | +-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+ | :func:`enumerate_rss_merge ` | Merges many :epkg:`rss` file or url. | +-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+ | :func:`rss_download_post_to_database ` | Downloads all posts from a list of blogs stored in a database by function :func:`rss_from_xml_to_database`. | +-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+ | :func:`rss_from_xml_to_database ` | Parses a list of blogs stored in a :epkg:`XML` file using Google Reader format, stores the results in a :epkg:`SQLite` ... | +-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+ | :func:`rss_run_server ` | Starts a server and open a browser on a page reading blog posts. | +-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+ | :func:`rss_update_run_server ` | Creates a database if it does not exists, add a table for blogs and posts, update the database, starts a server ... | +-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+ | :func:`to_html ` | Produces a :epkg:`HTML`. | +-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+ | :func:`to_rss ` | Converts something into :epkg:`RSS`. | +-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyrsslocal.rss.rss_helper :members: :special-members: __init__ :show-inheritance: