8dcc / 4chan-downloader

Downloads all images from a 4chan board.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4chan downloader


4chan downloader

Downloads all images from a 4chan board. I know, I am addicted to downloads.

Forks Stars

⚠️ If you download a lot of images, you might get banned! I am not responsible at all. ⚠️

Installing

https://github.com/r4v10l1/4chan-downloader
cd 4chan_downloader
python -m pip install -r requirements.txt
python3 4chan_downloader.py

Configuration

  • You can edit the debugPrint variable to print some extra stuff.
  • You can edit the useTorProxy variable to enable the use of a proxy during the requests. If you enable this, you will need to have tor open and the port it will use will be 9150.
  • You can edit the sessionMode variable to store the cookies.

Logs

The script writes the following information into a log (4chan_debug.log):

  • When the user starts the program.
  • When the user stops the program.
  • When the script detects an error.

About

Downloads all images from a 4chan board.


Languages

Language:Python 100.0%