Skip to content

kpg-anon/4chan-Media-Gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😭😭😭

😭😭😭

4chan Media Gallery is a fusker used to aggregate and display images/videos from various 4chan threads

✨ Features 🚀

  • Fetch media from multiple boards
  • Download files with original filenames
  • Media preview on hover
  • Gif/Webm support
  • Gallery Mode

Homepage

Search Page Image Hover
Video Preview Gallery Mode

📦 Requirements 🛠️

  • git
  • node.js ≥12.0
  • npm ≥6.0

🌐 Installation 🗃

  1. Clone the repository:

    git clone https://github.com/kpg-anon/4chan-Media-Gallery
    
  2. Navigate to the project directory:

    cd 4chan-Media-Gallery
    
  3. Start the server:

    npm start
    

🧑‍💻 Usage 💻

  1. Navigate to http://localhost:3000 in your web browser to view and interact with the media gallery.

    • Search accepts multiple terms like <term1>|<term2>. In addition to the 'S' hotkey, you can also just click on thumbnails to initiate download.
Hotkey Action
Alt+G Activate gallery mode
Previous/Next gallery item
S Save media on thumbnail hover or in gallery
Esc Exit gallery

📝 TODO ✅

  • add gui support for additional boards
  • implement regex filtering
  • add keyboard shortcuts for video playback speed in gallery mode
  • press h in gallery mode to flip image horizontally
  • fullscreen mode+slideshow feature
  • general ui improvements