About • Features • Quick Start & Information • Download
Easy to use, simply and fast 4chan thread media downloader. Simple, easy and functional.
- Portable, single executable
- Configurable proxy
- Customizable monitor mode and intervals
- No dependences, no go mod
4cget downloads the files organized by boards and threads.
root
└───board
└───thread
└───files
run from source code (Golang installation required).
git clone https://github.com/SegoCode/4cget
cd 4cget\code
go run 4cget.go https://boards.4channel.org/w/thread/...
Or better donwload a binary.
4cget
provides various parameters to customize its behavior. Below are detailed examples and explanations for each available option:
Download all images from a thread:
4cget https://boards.4channel.org/w/thread/...
Use the --monitor
flag to enable monitor mode, which checks for new files every specified number of seconds:
4cget https://boards.4channel.org/w/thread/... --monitor 10
In this example, 4cget
will check every 10 seconds for new images.
Use the --sleep
flag to add a delay between downloads (useful to avoid rate-limiting):
4cget https://boards.4channel.org/w/thread/... --sleep 2
This adds a 2-second delay between each download.
If you need to route your requests through a proxy server:
4cget https://boards.4channel.org/w/thread/... --proxy http://proxyserver:port
If your proxy server requires authentication:
4cget https://boards.4channel.org/w/thread/... --proxy http://proxyserver:port --proxyuser username --proxypass password
Use the --help
flag to display the help message with all available options:
4cget --help
Note
All flags must be prefixed with --
. For example, use --monitor
instead of -monitor
.
https://github.com/SegoCode/4cget/releases/