This project is a scraper for Weekly Young Jump. It allows you to automatically rip series from the YJ By default the series are : Renai (rip), OnK, Uma Musume: Cinderella Gray
You can add a series by modifying the scrap.js in the "const scrappingSeries"
- Node.js version 18 or higher
Windows
- Go to the official Node.js website nodejs.org.
- Download the installer for Windows (version 18.x.x LTS).
- Run the installer and follow the on-screen instructions.
- Verify the installation by opening a command prompt and typing:
You should see version 18.x.x displayed.
node -v
macOS
- Go to the official Node.js website nodejs.org.
- Download the installer for macOS (version 18.x.x LTS).
- Run the installer and follow the on-screen instructions.
- Verify the installation by opening the terminal and typing:
You should see version 18.x.x displayed.
node -v
Linux
For Debian and Ubuntu-based distributions:
- Open a terminal and run the following commands:
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt-get install -y nodejs - Verify the installation by typing:
You should see version 18.x.x displayed.
node -v
For Red Hat and CentOS-based distributions:
- Open a terminal and run the following commands:
curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo bash - sudo yum install -y nodejs - Verify the installation by typing:
You should see version 18.x.x displayed.
node -v
- Clone this repository to your local machine.
git clone https://github.com/SeanR-ScanR/WYJS.git
- Navigate to the project directory.
cd WYJS - Install the necessary dependencies with npm.
npm install
-
Start the scraper.
npm start
-
During execution, you will be prompted to enter your Young Jump account email and password.
-
The scraper will then retrieve the series and save them in the
seriesfolder.