2025-10-03 19:38:12 +02:00
2024-03-12 12:31:55 +01:00
2024-03-19 13:08:31 +01:00
2024-03-12 08:56:20 +01:00
2025-10-03 19:38:12 +02:00

scrapychan

Description

scrapychan is a Go rewrite of the original scraperchan that I wrote in Python. There was no reason to rewrite the original program, but at least it is faster and I learned some Go.

Install

Build from Source

Dependencies

You just need to have Go installed.

Build

git clone https://git.protron.dev/Doc/scrapychan
cd scrapychan
go build
go install

Pre-built Binaries

Alternatively, use the binaries provided in the release section

Example Usage

# Download images from a thread to current directory with verbose logging
scrapychan -u="https://boards.4chan.org/b/thread/123456789" -v=true

# Download images from a thread to specific directory
scrapychan -u="https://boards.4chan.org/g/thread/987654321" -o="/home/user/4chan_images"

Features

  • Fast concurrent downloading of images and videos
  • Support for 4chan's API
  • Verbose logging option
  • Cross-platform compatibility
  • Error handling and recovery
  • Automatic directory creation
Description
A simple program to scrape 4Chan Threads for Images and Videos rewritten in go
Readme 43 KiB
2024-03-20 10:24:21 +01:00
Languages
Go 90.4%
Shell 9.6%