Tool for ripping and saving the media files in 4chan threads.
pip install four-chan-ripper
👉 Installs a CLI alias called 4cr
which can be used to invoke the program directly
usage: 4cr [-h] [-b board_id] [-i] [-s] [-o output_directory] [urls ...]
4chan ripper CLI
positional arguments:
urls the urls to process
options:
-h, --help show this help message and exit
-b board_id The short id of the board to target. Ignored if the program was not started in interactive mode. Default is hr
-i Causes the archive file to get ignored. Only applicable in interactive mode.
-s Treat the input urls as a photoset to rip
-o output_directory The output directory. Defaults to the current working directory.