Simple Imageboard CLI Downloader.
Supported imageboards:
- Danbooru
- Gelbooru
- Safebooru
- Rule34
- Yande.re
- Konachan
Usage
python main.py <tags> <limit> <booru>
Argument | Description |
---|---|
Tags | Tags can be as simple as character name (e.g. misaka_mikoto, uzumaki_naruto) or by adding extra tag wrapped in quotation mark (e.g. "shana short_hair"). |
Limit | Enter how much limit of images to download. |
Booru | Enter imageboard you prefer to use. Refer to list of supported keywords |
For now the default save location is at ~/Downloads/Downbooru
, will add support to choose other directory easily.
Or you can manually edit the location path by opening main.py
and edit
makefile(<path>)
to your desired path.
Dependencies:
- BeautifulSoup4