https://github.com/cloud11665/fastbooru
Because all other cli downloaders suck...
https://github.com/cloud11665/fastbooru
Last synced: 4 months ago
JSON representation
Because all other cli downloaders suck...
- Host: GitHub
- URL: https://github.com/cloud11665/fastbooru
- Owner: cloud11665
- License: gpl-3.0
- Created: 2021-06-15T14:46:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T14:05:12.000Z (almost 5 years ago)
- Last Synced: 2025-11-21T12:08:43.249Z (7 months ago)
- Language: Hy
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastbooru
pip installation may fail due my lack of deep understanding of hy modules.
will try to migrate from a non-official build of hy to a more stable one. this may fix it.
```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
```