Home
Softono

Forum Image Scraper

Open source MIT Python
18
Stars
0
Forks
1
Issues
1
Watchers
10 months
Last Commit

 About Forum Image Scraper

Download images from forum threads

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Forum Image Scraper?

We provide expert installation service for this software. Our team will install, configure, and secure Forum Image Scraper on your server. plans start at just $30.

Forum Image Scraper

View on GitHub

Forum Image Scraper

Download images from paginated forum threads with parallel processing and duplicate detection.

Limitations

  • No support for forums that require login or forums protected by services like Cloudflare.

Quick Start

  1. Install dependencies: pip install -r requirements.txt
  2. Configure input.properties - This file is required and contains all settings (forum URL, threads, page range, filters)
  3. Run: python forum-image-scraper.py

Output Structure

Images are saved in a hierarchical folder structure matching the thread path:

../hostname/
  └── path/
      └── to/
          └── thread/
              ├── p1_abc12345.jpg
              ├── p1_def67890.jpg
              ├── p2_ghi11223.jpg
              └── ...
  • hostname: Extracted domain name from the forum
  • Full path hierarchy created from thread URL
  • pX_hash.jpg: Page number and unique hash identifier

Features

  • Parallel downloads (10 workers) for speed
  • Resolution filtering to skip small images
  • Hash-based duplicate detection across all pages
  • Progress feedback and statistics