Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.27 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.27 KB

Miso

Miso is a project for archiving graphic novels, particularly manga pages from sites. Used in other weeb poly projects like manga-roulette. Written in Node.js at the moment.

miso

Goals: Goals:

  • reorganize code base
    • In process
    • More or less done
  • Add new sites to the list
    • In the process, check dev log and issues
  • Different Download options
  • Add CLI interface
    • In the process

How to contribute:

Check the wiki: https://github.com/weeb-poly/miso/wiki#how-to-contribute

requirements:

node.js packages https and fs. these should come standard for most versions of node. Also requires puppeteer, you will have to download this from npm:

npm i puppeteer
# or "yarn add puppeteer"

How to run

  • Make sure you have the right npm libraries, at the moment, they are https, fs, and puppeteer. Puppeteer is the only one not included by default. Afterwards, run node <file name> to test it out. At the moment, this should be enough, as the CLI isnt complete yet, and this should be sufficient for testing files.

Dev log

dev log is located in the wiki

alt text