Metadata-Version: 1.1
Name: reddit_view
Version: 0.0.6b0
Summary: a reddit image collector
Home-page: https://github.com/japrogramer/reddit_view
Author: Jorge Perez
Author-email: japrogramer@gmail.com
License: BSD
Description: ***************************************
        reddit_view, gets links from subreddits
        ***************************************
        
        # this will out put a list of links to the slideshow file
        
        .. code-block:: bash
        
            # where list_of_subreddits is a file with a list of subreddits
            $reddit_view -s `cat ~/list_of_subreddits | tr "\n" ","` &> ~/slideshow
            $reddit_view -s `cat ~/bin/list_of_subreddits | tr "\n" ","` -o hot &> ~/slideshow
            $reddit_view -i r -s funny,wtf,machineporn -o hot,top -p 1 &> ~/slideshow
        
        for more see the programs -h help option
        
Keywords: reddit images imgur links list subreddits
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
