collinarnett / clover_wallpaper

A tool to download wallpapers from 4chan.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍀 clover_wallpaper

Build Status

cloverwallpaper makes it simple to fetch all images on a 4chan board for a specified resolution, making it ideal for finding wallpapers.

Installation

Dependencies

cloverwallpaper requires:

  • python (>= 3.6)
  • tqdm
  • requests

User installation

Python

pip install cloverwallpaper

Docker

docker run -v "$(pwd)":/home/cloverwallpaper collinarnett/cloverwallpaper:latest ARGUMENTS

Usage

usage: cloverwallpaper [-h] --boards BOARDS [BOARDS ...] --width WIDTH
                       --height HEIGHT
optional arguments:
  -h, --help            show this help message and exit
  --boards BOARDS [BOARDS ...]
                        target board to scrape images from
  --width WIDTH         width of the images you wish to download
  --height HEIGHT       height of the images you wish to download

About

A tool to download wallpapers from 4chan.

License:GNU General Public License v3.0


Languages

Language:Python 96.3%Language:Dockerfile 3.7%