Metadata-Version: 1.1
Name: reddit2ebook
Version: 1.2.1
Summary: convert reddit stories and comments into ebooks
Home-page: https://github.com/MissingNoIOI/reddit2ebook
Author: Gerrit Helling
Author-email: gerrit@akuma.pictures
License: GPLv3
Description: 
        Convert stories and comments from reddit into epubs using pandoc
        
        Requirements: PyYaml. pypandoc and praw::
        
         Usage: reddit2ebook initfile output-directory
        
        The initfile should be in the following format: ::
        
             bookname1:
                 - url
                 - url
                 - url
        
             bookname2:
                 - url
                 - url
                 - url
        
        You can use regular links for the submissions and permalinks for comments
Keywords: reddit ebook epub pandoc offline
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Multimedia
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
