Metadata-Version: 2.1
Name: 4channel
Version: 0.0.2
Summary: A python3 tool and module to download all images/webm from a 4channel thread.
Home-page: https://github.com/fatalhalt/fourchannel
Author: Kyle K
Author-email: kylek389@gmail.com
License: GPLv3
Description: 
        4channel is a python3 tool and module to download all images/webm from a 4channel thread.
        
        Installation
        ---------------
        
        ### Dependencies
        
        4channel requires:
         
         - python (>= 3.6)
        
        ### User installation
        
        ```
        pip install 4channel
        ```
        
        Usage
        ---------
        
        ```
        usage: fourchannel [-h] [--webm] [--watch] [--dryrun] url
        
        positional arguments:
          url         The url of the thread.
        
        optional arguments:
          -h, --help  show this help message and exit
          --webm      in addition to images also download webm videos.
          --watch     If this argument is passed, we will watch the thread for new images.
          --dryrun    dry run without actually downloading images.
        
        examples:
          python -m fourchannel https://boards.4channel.org/g/thread/76759434#p76759434
        
          import fourchannel as f
          f.download(url='https://boards.4channel.org/g/thread/76759434#p76759434')
        ```
        
Keywords: 4chan,image,downloader,scraper
Platform: UNKNOWN
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
