Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leveled-up/memedl
Memedl is a very simple tool to download the latest images from a specific sub reddit.
https://github.com/leveled-up/memedl
crawler download extract images javascript meme memes node reddit regex rip
Last synced: 29 days ago
JSON representation
Memedl is a very simple tool to download the latest images from a specific sub reddit.
- Host: GitHub
- URL: https://github.com/leveled-up/memedl
- Owner: leveled-up
- License: mit
- Created: 2019-12-05T17:50:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T21:14:31.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T16:07:33.485Z (3 months ago)
- Topics: crawler, download, extract, images, javascript, meme, memes, node, reddit, regex, rip
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# memedl
Memedl is a very simple tool to download the latest images from a specific sub reddit.
**Installation:**
- Install Node.js version 12 or higher (https://nodejs.org/en/download/)
- Clone or download this repository
- Run `npm install` inside the program directory**Usage:**
Example: `node memedl.js --limit 100 --sub historymemes`
```
Usage: node memedl.js [--help] [--dump] [--output OUTPATH] --limit NUMBER --sub SUBNAME
A tool to download the latest images from a sub reddit.--limit NUMBER, -n NUMBER Download the latest NUMBER images from SUBNAME. (required)
--sub SUBNAME, -s SUBNAME The name of the sub reddit you want to download: /r/SUBNAME (required)
--help, -h Print this help message and exit. (optional)
--dump, -v Save downloaded HTML pages to target directory. (optional)
--output OUTPATH, -o OUTPATH Save downloaded files to a sub directory of OUTPATH named by the SUBNAME. (optional)
```