Metadata-Version: 1.1
Name: py-feedr
Version: 0.1b3
Summary: A Python parser to tweet the latest updates from multiple RSS feeds.
Home-page: https://github.com/iceTwy/py-feedr
Author: iceTwy
Author-email: icetwy@icetwy.re
License: WTFPLv2
Description: Introduction
        ============
        
        feedr is a non-asynchronous, WTFPLv2-licensed Python parser to tweet the latest updates from multiple RSS feeds.
        
        More information can be found at `its git repository`_.
        
        .. _`its git repository`: https://github.com/iceTwy/py-feedr
        
        Registration
        ============
        
        feedr uses the Twitter API to tweet and retrieve information about tweets.
        
        You need to sign up for a `Twitter account`_, then to get your `API credentials`_.
        
        .. _`Twitter account`: https://twitter.com/signup
        .. _`API credentials`: https://apps.twitter.com
        
        
        Installation
        ============
        
        Simply use `pip` to install py-feedr::
        
                $ pip install py-feedr
        
        py-feedr provides the `feedr` binary.
        
        Usage
        =====
        
        feedr can be used with the following arguments::
        
                usage: feedr [-h] config
        
                positional arguments:
                  config      path to the feedr configuration file
        
                optional arguments:
                  -h, --help  show this help message and exit
        
Keywords: Twitter,tweet,RSS,feed
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet
