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

https://github.com/swindlesmccoop/4chan-dl

Download all images from 4chan thread
https://github.com/swindlesmccoop/4chan-dl

Last synced: 2 months ago
JSON representation

Download all images from 4chan thread

Awesome Lists containing this project

README

        

# 4chan-dl
Downloads all images from a 4chan thread. Thread must still exist on 4chan. May add archive support in the future if APIs exist. Planning to rewrite in C eventually. This uses the [4chan API](https://github.com/4chan/4chan-api).

## Dependencies
- curl
- jq
- parallel
- wget

## Usage
```
./dlthread [board] [thread id]
Example: ./dlthread c 4247314
```