Hecsall / 4chan-dl

Simple 4chan image downloader (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4chan-dl

Simple 4chan image downloader.

Could be better written, but for now it works.

NOTICE: this only works with Python 3

Usage

python3 4chan-dl.py [-h] [-o OUTPUT] [-l LIMIT] url [url ...]

Tested with urls like:

Positional arguments:

  • url 4chan thread URL

Optional arguments:

  • -h, --help show this help message and exit
  • -o OUTPUT, --output OUTPUT Path where the script saves the images. Default will create a directory in the project folder and directory name will be the thread id
  • -l LIMIT, --limit LIMIT Limit how many images to download.

About

Simple 4chan image downloader (WIP)


Languages

Language:Python 100.0%