Metadata-Version: 1.0
Name: subdown2
Version: 0.3.2
Summary: A script that automatically downloads all images from a certain subreddit.
Home-page: https://github.com/legoktm/subdown2/
Author: Kunal Mehta
Author-email: legoktm@gmail.com
License: MIT License
Description: subdown2
        ============================
        
        A script that automatically downloads all images from a certain subreddit.
        
        ###Installation
        For a stable install run
        ```
        pip install subdown2
        ```
        If you wish to run the latest copy out of git
        ```
        python setup.py install
        ```
        Run it by using:
        ```
        subdown2 subreddit[,subreddit] #
        ```
        
        
        
        ###TODO:
        
         - Add support for Imgur albums
        
         - Add support for images hosted on tumblr
        
         - Better error catching
        
        ### Feature Requests
        
         - Use threading
        
        ### Credits
        
         - [memegrab.py](https://github.com/Ropes/MemeGrab) by [Josh Roppo](https://github.com/Ropes)
        
         - Original [subdown.py](https://github.com/radiosilence/subdown.py) script by [James Cleveland](https://github.com/radiosilence)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Classifier: Programming Language :: Python
