https://github.com/sinkaroid/behoifer
Referer implementation to help with bulk downloading images from behoimi.org
https://github.com/sinkaroid/behoifer
bash behoimi danbooru
Last synced: about 1 year ago
JSON representation
Referer implementation to help with bulk downloading images from behoimi.org
- Host: GitHub
- URL: https://github.com/sinkaroid/behoifer
- Owner: sinkaroid
- License: mit
- Created: 2021-03-17T23:05:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T23:09:15.000Z (over 5 years ago)
- Last Synced: 2025-02-15T07:49:37.717Z (over 1 year ago)
- Topics: bash, behoimi, danbooru
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Behoifer
Referer implementation to help with bulk downloading images from [behoimi.org](behoimi.org)
## Usage
----
$ git clone https://github.com/sinkaroid/behoifer.git
$ cd behoifer;chmod -R 777 ./;./get
## Windows Requirement
- [wget](http://gnuwin32.sourceforge.net/packages/wget.htm)
- [jq](https://stedolan.github.io/jq/)
## Tree
```
behofider/
├── res/
│ └── desiredResult/
├── get.sh
└── refer.json
```
## Todo
- [X] score spelling
- [ ] carnary viewer
- [ ] using with bs4 (python)