Files
scrapychan/README.md
2024-03-20 10:12:04 +01:00

702 B

scrapychan

Description

scrapychan is a go rewrite of a original scraperchan that i wrote in Python. There was no reason to rewrite the original program but atleast it is faster and i learned some go.

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

Install

or use the binary's provided in the release section

How to use

scrapychan -u=<Thread URL> -o=<Destinationpath of media> -v=<true or false to enable verbose logging>