roetherb / GChan

Scrape boards and threads from 4chan (8kun WIP). Downloads images, videos and HTML if desired.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GChan

Release Downloads

GChan is an automatic imageboard scraper, it supports multithreading and auto-rechecking of threads with a custom set timer.

GChan is a fork of YChan which aims to improve stability and add extra features which some may find useful.

Project Status: Active Development + Bug Maintenance.

Supported Websites:

Requires .NET Framework 4.8 or higher, made with Windows Forms.

GChan Window

New Features

  • Intuitive thread layout using grid.
    • Columns that display thread Subject, Board, ID and File Count.
    • Subject renaming, useful for threads with no subject.
    • Sorting via clicking column headers, supports ascending and descending.
  • Ease of adding new threads/boards.
    • Add multiple threads at once seperated by a comma (,).
    • Click Add button without pasting it into the text box to add URL from clipboard.
    • Drag and drop URL to textbox to automatically add it.
  • Right click a thread and copy URL to clipboard.
  • Copy all thread URLs to clipboard seperated by a comma (,).
  • Display of tracked threads and board count on tabs.
  • Set a custom subject for a thread, useful if the thread has no subject or a non-descriptive subject.
  • New settings and .
    • Option to start GChan with Windows.
      • Option to start hidden within system tray.
    • Option to automatically add a thread's subject to thread's folder name when a thread is automatically or manually removed.
      • Name format choice of 'ID - Subject' or 'Subject - ID'
    • Choices for saved files filename format:
      • ID Only (e.g. '1570301.jpg')
      • Original Filename Only (e.g. 'LittleSaintJames.jpg')
      • ID - OriginalFilename (e.g. '1570301 - LittleSaintJames.jpg')
      • OriginalFilename - ID (e.g. 'LittleSaintJames - 1570301.jpg')

About

Scrape boards and threads from 4chan (8kun WIP). Downloads images, videos and HTML if desired.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%