Skip to content

A Command Line Interface for Scrapping Manhwa and Generating PDF's

License

Notifications You must be signed in to change notification settings

StereoPT/pdf-manhwa

Repository files navigation

A Command Line Interface for Scrapping Manhwa and Generating PDF's

Usage

Download pdf-manhwa.exe and double-click to execute.

Execute in Terminal with --help to see all flags.

Installation

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

Clone the Project to your target location.

Installation is done using the npm install command:

$ npm install

Features

  • Mangazuki & Toonily Scraper
  • PDF Generation from Image List
  • Next Chapter Prompt
  • Command Line Arguments:
    • Download All Chapters
    • Download X Chapters
    • Url from Command Line
    • PDF Output Folder

Release History

  • 1.0.0
    • The First Release

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Contributing

  1. Fork it (https://github.com/StereoPT/pdf-manhwa/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request