Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kylemit/imgur-downloader

Scans text files for images hosted on imgur and downloads them locally
https://github.com/kylemit/imgur-downloader

cli imgur node node-cli

Last synced: 16 days ago
JSON representation

Scans text files for images hosted on imgur and downloads them locally

Awesome Lists containing this project

README

        

# Imgur Downloader

Scans text files for images hosted on imgur and downloads them locally

## Installation

```bash
npm i -g imgur-downloader
```

## Usage

```bash
downloader
imgur-downloader
```

or

```bash
npx imgur-downloader
```

or

```bash
npx imgur-downloader --path ./my-dir --output ./results --fileTypes *.md
```

### Options

| flag | description | default |
|------------------------|----------------|---------------|
| `--path`, `-p` | Input Path | `./` |
| `--output`, `-o` | Output Path | `./images` |
| `--fileTypes`, `-f` | File Types | `*.*` |
| `--useGitIgnore`, `-g` | Use Git Ignore | `true` |
| `--verbose`, `-v` | Log extra info | `false` |