Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nektro/4chan-dl
4chan.org downloader
https://github.com/nektro/4chan-dl
Last synced: about 1 month ago
JSON representation
4chan.org downloader
- Host: GitHub
- URL: https://github.com/nektro/4chan-dl
- Owner: nektro
- License: mit
- Created: 2019-12-31T10:12:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T01:26:22.000Z (over 4 years ago)
- Last Synced: 2024-05-01T14:52:26.433Z (7 months ago)
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 13
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 4chan-dl
![loc](https://sloc.xyz/github/nektro/4chan-dl)
[![license](https://img.shields.io/github/license/nektro/4chan-dl.svg)](https://github.com/nektro/4chan-dl/blob/master/LICENSE)
[![discord](https://img.shields.io/discord/551971034593755159.svg)](https://discord.gg/P6Y4zQC)
[![paypal](https://img.shields.io/badge/donate-paypal-009cdf)](https://paypal.me/nektro)
[![circleci](https://circleci.com/gh/nektro/4chan-dl.svg?style=svg)](https://circleci.com/gh/nektro/4chan-dl)
[![release](https://img.shields.io/github/v/release/nektro/4chan-dl)](https://github.com/nektro/4chan-dl/releases/latest)
[![goreportcard](https://goreportcard.com/badge/github.com/nektro/4chan-dl)](https://goreportcard.com/report/github.com/nektro/4chan-dl)
[![codefactor](https://www.codefactor.io/repository/github/nektro/4chan-dl/badge)](https://www.codefactor.io/repository/github/nektro/4chan-dl)Post downloader for 4chan.org.
## Download
https://github.com/nektro/4chan-dl/releases## Usage
```
Usage of ./4chan-dl:
-b, --board stringArray /--board/ to download.
--concurrency int Maximum number of simultaneous downloads. (default 10)
--save-dir string Path to a directory to save to.
--mbpp-bar-gradient Enabling this will make the bar gradient from red/yellow/green.
```> Note: Not passing `--board` instructs the program to download all boards.
### Example:
```
$ 4chan-dl --board wg --save-dir ./downloads/
```## Built With
- https://github.com/nektro/go-util
- https://github.com/spf13/pflag
- https://github.com/valyala/fastjson## License
MIT