This repository has been archived on 2021-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
2021-02-07 21:34:55 +01:00
2021-02-07 21:34:55 +01:00
2021-02-07 21:00:49 +01:00
2021-02-07 21:34:55 +01:00

Scrappers

Two scrappers:

  • The 4chan one dls all images from a thread in best res
  • The other one simply looks for "img" in any given page and downloads images

Install depedencies:

python3 -m pip install beautifulsoup4 mechanicalsoup wget --user

Use:

./4chanscrape.py -u https://boards.4channel.org/c/thread/3846676/gunsmith-cats-thread -f ./downloads
  • -u : URL of the page
  • -f : folder where you want to download all pictures
Description
Des scrappers d'image, dont un pour 4chan
Readme 24 MiB
Languages
Python 100%