Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.03 KB

Manga Forge

Features

  1. Downloads Images from comic sites and converts to PDF
    1. PComix.info
    2. SPComic.com
    3. AllPComics.com
  2. Downloads videos from HH.org
  3. Serves static files on local server
  4. Provides pages to access static files and start download jobs

Usage

  1. Run $ python3 downloader.py for main downloader server
  2. Run $ node server to start static file server
  3. Use http://0.0.0.0:3333/link to send and monitor download jobs
  4. Use http://0.0.0.0:1996/files to access static files
  5. Use http://0.0.0.0:1996/dex.html to access gallery
  6. Use http://0.0.0.0:3333/prog to access gallery
  7. Use python3 efukt.py

Installation

  1. Instead of using "pip3 install Pillow", use "sudo apt install python3-pillow"
  2. Install modules in requirements.txt
  3. Create cache and Comix folders

Files & Folders

  1. Comix/ : Static File storage
  2. downloader.py : Downloader script
  3. server.js : Static file server
  4. vidDL.py : Vid downloader module (to be imported)