Skip to content

ScanR/WYJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WYJScrapper

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"

Prerequisites

  • Node.js version 18 or higher

Installing Node.js 18

Windows

Installation on Windows

  1. Go to the official Node.js website nodejs.org.
  2. Download the installer for Windows (version 18.x.x LTS).
  3. Run the installer and follow the on-screen instructions.
  4. Verify the installation by opening a command prompt and typing:
    node -v
    You should see version 18.x.x displayed.
macOS

Installation on macOS

  1. Go to the official Node.js website nodejs.org.
  2. Download the installer for macOS (version 18.x.x LTS).
  3. Run the installer and follow the on-screen instructions.
  4. Verify the installation by opening the terminal and typing:
    node -v
    You should see version 18.x.x displayed.
Linux

Installation on Linux

For Debian and Ubuntu-based distributions:

  1. 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
  2. Verify the installation by typing:
    node -v
    You should see version 18.x.x displayed.

For Red Hat and CentOS-based distributions:

  1. Open a terminal and run the following commands:
    curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo bash -
    sudo yum install -y nodejs
  2. Verify the installation by typing:
    node -v
    You should see version 18.x.x displayed.

Installation

  1. Clone this repository to your local machine.
    git clone https://github.com/SeanR-ScanR/WYJS.git
  2. Navigate to the project directory.
    cd WYJS
  3. Install the necessary dependencies with npm.
    npm install

Usage

  1. Start the scraper.

    npm start
  2. During execution, you will be prompted to enter your Young Jump account email and password.

  3. The scraper will then retrieve the series and save them in the series folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •