Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kylemit/imgur-downloader
- Owner: KyleMit
- Created: 2020-02-05T01:33:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T16:59:28.000Z (over 2 years ago)
- Last Synced: 2024-10-13T14:11:47.031Z (about 1 month ago)
- Topics: cli, imgur, node, node-cli
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
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` |