No description
| .gitignore | ||
| booru-fetch.py | ||
| LICENSE | ||
| README.md | ||
booru-fetch
A Python script that can be used to fetch images in bulk from various image boorus utilizing their APIs.
Dependencies
This script was written for Python 3. It has been tested on Python 3.6 and Python 3.7. Additionally, BeautifulSoup is a required library.
Usage
usage: booru-fetch.py [-h] [-b --booru] [-t --tags] [-d --dir]
A utility for downloading images from varying boorus matching specific tags.
optional arguments:
-h, --help show this help message and exit
-b --booru The booru to search on.
-t --tags The tags to search for.
-d --dir Directory to save in. Defaults to './downloaded'
booru can be any one of the following:
- danbooru (Not yet implemented)
- gelbooru
- safebooru
- tbib
- konachan
- yandere
- xbooru
- lolibooru
- r34xxx
- r34ph
tags is a comma-separated list of tags that will be used as the search criteria. Note that some tags vary from booru to booru and may not always be consistent. Example: megumin works on Gelbooru but most other boorus like TBIB use megumin_(konosuba)
dir specifies the output directory to save downloaded files to. If not specified, it defaults to ./downloaded