Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

4channel

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

4channel

A python3 tool and module to download all images/webm from a 4channel thread.

  • 0.0.9
  • PyPI
  • Socket score

Maintainers
1

4channel is a python3 tool and module to download all images/webm from a 4channel thread.

Installation

Dependencies

4channel requires:

  • python (>= 3.6)

User installation

pip install 4channel

Usage

usage: 4channel [-h] [--webm] [--watch] [--dryrun] [-r RECURSE] url [out]

positional arguments:
  url                   the url of the thread.
  out                   specify output directory (optional)

optional arguments:
  -h, --help            show this help message and exit
  --webm                in addition to images also download webm videos.
  --watch               watch the thread every 60 seconds for new images.
  --dryrun              dry run without actually downloading images.
  -r RECURSE, --recurse RECURSE
                        recursively download images if 1st post contains link to previous thread up to specified depth
examples:
  python -m fourchannel https://boards.4channel.org/g/thread/76759434#p76759434

  import fourchannel as f
  f.download(url='https://boards.4channel.org/g/thread/76759434#p76759434')

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc