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
- Host: GitHub
- URL: https://github.com/swindlesmccoop/4chan-dl
- Owner: swindlesmccoop
- Created: 2023-08-02T21:27:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-03T09:49:39.000Z (over 1 year ago)
- Last Synced: 2025-01-13T10:51:42.203Z (4 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```