1.11.0 • Published 3 years ago

@un-index/imgbb-bulk v1.11.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

imgBB bulk downloader npm package (unofficial)

download imageBB images in bulk with ease

(Note: you can get the easier to use web-based version at https://un-index.github.io/imgBB-web-bulk-downloader/ or the executable file written in Python here: https://github.com/Un-index/imgBB-bulk-exe/releases/)

Info

You can use this tool to mass download images images from imgBB from their urls, I made this because there's no other utility available for this purpose.

Install

in case you don't have node installed you can set it up very easily: https://nodejs.org/en/download/

make sure you initialize an npm repository before continuing via

npm init

download the package via npm by running

npm i @un-index/imgbb-bulk

in the directory you will require it

then install the dependencies via

npm install

Usage

first copy all your links from your imgBB upload page

paste the links in a string and pass them to imgbb-bulk

// save images to a folder named imgout, stored in the current directory imgbulk(https://ibb.co/Vgvx2Bm https://ibb.co/Xsb8Lyr https://ibb.co/VBrnTSQ https://ibb.co/9Vgr2hP)

/ example output: writing to ./imgout/img1.gif done writing to ./imgout/img2.gif done writing to ./imgout/img3.webp done writing to ./imgout/img4.gif done /

### (optional) specify a separator

```js
// by default the newline character is used as the separator
imgbulk(`https://ibb.co/Vgvx2Bm,https://ibb.co/Xsb8Lyr,https://ibb.co/VBrnTSQ,https://ibb.co/9Vgr2hP`, ",")

P.S: If you found this tool remotely useful, please consider starring the project.

Contact

electroblast878@gmail.com

1.11.0

3 years ago

1.10.0

3 years ago

1.9.8

4 years ago

1.9.7

4 years ago

1.9.6

4 years ago

1.9.5

4 years ago

1.9.4

4 years ago

1.9.3

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.6

4 years ago

1.7.5

4 years ago

1.7.4

4 years ago

1.7.3

4 years ago

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.0.0

4 years ago