Skip to content

Gesugao-san/pcgw-crawler

Repository files navigation

[Made in VS Code] ˙ [License MIT]
[CI status] ˙ [Last Commit]


A Node.js script, intended as an assistant for creating new and correcting old pages on the PC Gaming Wiki (PCGW in short) by automatic gathering information from official Steam (others websites are in the plans too) Web API and generating pages on it's own with skipping fields that intended to manual fill.

Table of Contents

How to run

  1. Download and install latest version of Node.js. For example, my ver. is: v16.1.0;
  2. Download and install latest version of Visual Studio Code (recommended) or use your IDE;
  3. Download (and extract from archive) or clone this repository;
  4. Go to repo folder and open him in VS Code IDE;
  5. Open terminal (Ctrl+Shift+`) and type "npm install" or run task for this;
  6. Press Ctrl+Shift+B to run main task.

For contributors

  1. Contributing
  2. ToDo list
  3. Download