Metadata-Version: 1.1
Name: chandl
Version: 0.1.1
Summary: A lightweight tool for parsing and downloading 4chan threads.
Home-page: https://github.com/gebn/chandl
Author: George Brighton
Author-email: oss@gebn.co.uk
License: MIT
Description: chandl
        ======
        
        .. image:: https://img.shields.io/pypi/v/chandl.svg
           :target: https://pypi.python.org/pypi/chandl
        .. image:: https://img.shields.io/pypi/pyversions/chandl.svg
        .. image:: https://travis-ci.org/gebn/chandl.svg?branch=master
           :target: https://travis-ci.org/gebn/chandl
        .. image:: https://coveralls.io/repos/github/gebn/chandl/badge.svg?branch=master
           :target: https://coveralls.io/github/gebn/chandl?branch=master
        
        A lightweight tool for parsing and downloading 4chan threads.
        
        Features
        --------
        
        -  An API for programmatically analysing 4chan content.
        -  Customise the each file name using a lambda function.
        -  Filter out images or videos.
        -  Concurrent downloading, with parallelism linked to the number of
           cores.
        
        Installation
        ------------
        
        To install ``chandl``, simply run:
        
        ::
        
            $ pip install chandl
        
        Usage
        -----
        
        ::
        
            $ chandl -h
            usage: chandl [-h] [-c] [-t THREADS] [-v] url [url ...]
        
            A lightweight tool for parsing and downloading 4chan threads.
        
            positional arguments:
              url                   the URL(s) of the thread(s) whose files to download
        
            optional arguments:
              -h, --help            show this help message and exit
              -c, --cwd             download to the working directory
              -t THREADS, --threads THREADS
                                    the maximum number of download threads to use per core
              -v, --verbosity       increase output verbosity
        
        Roadmap
        -------
        
        -  Implement tracking of threads until they are deleted
        -  File exclusion
        -  Improve test coverage
        -  Pylint or flake8 integration
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
