joshburnsxyz / chanscrape

Script to scape images from 4Chan threads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chanscrape

Script to scape attachments from 4Chan threads

Usage

Simply pass the URL to the thread you wish to scrape to the script like so

$ python ./chanscrape.py <URL>

Optionally you can pass a -o flag to set an output directory

$ python ./chanscrape -o ./target_thread_name <URL>

Installation

Install dependencies with pip

$ pip install -r ./requirements

About

Script to scape images from 4Chan threads


Languages

Language:Python 100.0%