fastily / four-chan-ripper

🎭 Archive media files from 4chan threads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

four-chan-ripper

Python 3.11+ License: GPL v3

Tool for ripping and saving the media files in 4chan threads.

Installation

pip install four-chan-ripper

Usage

usage: __main__.py [-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.

Also installs a CLI alias called 4cr which can be used to invoke the program directly

About

🎭 Archive media files from 4chan threads

License:GNU General Public License v3.0


Languages

Language:Python 100.0%