Metadata-Version: 2.1
Name: fastbooru
Version: 0.1.3
Summary: Because all other cli downloaders suck...
Home-page: https://github.com/cloud11665/fastbooru
Author: Cloud11665
Author-email: Cloud11665@protonmail.com
License: gnu GPL-3.0
Description: # fastbooru
        
        
        
        ```sh
        [anon@computer ~] $ fastbooru --help
        
        usage: fastbooru [options] {tags} {directory}
        
        Fastest gelbooru image downloader.
        Made by Cloud11665, under the GNU gplv3 license.
        https://github.com/cloud11665/fastbooru
        
        optional arguments:
          -h, --help         show this help message and exit
          -e, --explicit     show explicit images
          -n, --number INT   number of images
          -a, --api STR      use a custom api key
          -w, --workers INT  use a custom amount of download workers
        ```
        
        
        ## installation
        stable
        ```sh
        pip install fastbooru
        ```
        latest
        ```sh
        pip install git+https://github.com/Cloud11665/fastbooru.git@master
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
