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.
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
Check the wiki: https://github.com/weeb-poly/miso/wiki#how-to-contribute
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"
- 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 is located in the wiki