/qwertee-scrapper

A simple qwertee Scrapper to download the images from the qwertee website and generate a Wallpaper image

Primary LanguagePython

qwertee-scrapper

A simple qwertee Scrapper to download the images from the qwertee website creating a wallpaper collage to your computer.

Basic video

You can use crontab to schedule your new wallapaper with the new designs every day.

Requirements

You have to install:

  • Pillow
  • BeautifulSoup

Use pip3 to do it:

pip3 install pillow beautifulsoup4

Usage

Write python3 qwertee_scrapper.py --help to see all the options

usage: qwertee_scrapper.py [-h] [--pages PAGES] [--rows ROWS] [--cols COLS]
                           [--random RANDOM]

optional arguments:
  -h, --help       show this help message and exit
  --pages PAGES    Defines the number of pages to be downloaded. Each page
                   means 20 images
  --rows ROWS      Defines the number of rows.
  --cols COLS      Defines the number of columns.
  --random RANDOM  Randomize the images used in the wallpaper->true/false

A good example: I want to download 10 pages and create a wallpaper with 10 rows and 20 columns:

python3 qwertee_scrapper.py --pages 10 --rows 10 --col 20

Licencia Creative Commons
Qwertee scrapper collage by Julián Caro Linares licensed by Creative Commons Attribution-ShareAlike 4.0 International License.