Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fastily/four-chan-ripper
🎠Archive media files from 4chan threads
https://github.com/fastily/four-chan-ripper
4chan 4chan-downloader python
Last synced: about 2 months ago
JSON representation
🎠Archive media files from 4chan threads
- Host: GitHub
- URL: https://github.com/fastily/four-chan-ripper
- Owner: fastily
- License: gpl-3.0
- Created: 2021-03-24T02:54:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T01:10:45.000Z (9 months ago)
- Last Synced: 2024-05-23T01:06:19.222Z (8 months ago)
- Topics: 4chan, 4chan-downloader, python
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# four-chan-ripper
[![Python 3.11+](https://upload.wikimedia.org/wikipedia/commons/6/62/Blue_Python_3.11%2B_Shield_Badge.svg)](https://www.python.org)
[![License: GPL v3](https://upload.wikimedia.org/wikipedia/commons/8/86/GPL_v3_Blue_Badge.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)Tool for ripping and saving the media files in 4chan threads.
## Installation
```bash
pip install four-chan-ripper
```👉 Installs a CLI alias called `4cr` which can be used to invoke the program directly
## Usage
```
usage: 4cr [-h] [-b board_id] [-i] [-s] [-o output_directory] [urls ...]4chan ripper CLI
positional arguments:
urls the urls to processoptions:
-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.
```