Metadata-Version: 2.1
Name: NFSyndication
Version: 0.2.16
Summary: News Feed Syndication - A package that read and fetch RSS feeds from the publications.
Home-page: UNKNOWN
Author: Web SRC
Author-email: web.system.management@gmail.com
License: GNU GPL
Project-URL: Source, https://github.com/web-sys1/NFSyndication/
Keywords: rss,news
Platform: UNKNOWN
Requires-Dist: pandas
Requires-Dist: cssutils
Requires-Dist: feedparser (==5.2.1)
Requires-Dist: Jinja2 (==2.10.1)
Requires-Dist: MarkupSafe (==0.23)
Requires-Dist: pytz (>=2017.2)
Requires-Dist: wheel (==0.24.0)

News Feed Syndication
=====================

This is a set of scripts for aggregating RSS feeds.

Installation
------------

You can install package through the line command

``pip install NFSyndication``

Put a list of feed URLs in ``feeds.txt``. One feed per line. 

Run the command:
``nfsyndication-src``

Assuming nothing goes wrong, the posts will be written to ``.html``
file.

Bug fix
-------

After many hours of working to development, it was set up an way of path
configuration due to errors. Meanwhile, we have to set code
``os.path.dirname(os.path.realpath(__file__))`` with the globalization
of variables for source code regarding ``main.py`` file.


