An open API service indexing awesome lists of open source software.

https://github.com/gesugao-san/pcgw-crawler

Digital assistant for working hard on PCGW.
https://github.com/gesugao-san/pcgw-crawler

bad-code bad-coding-style crawler javascript js nodejs pcgamingwiki pcgw shitty spaghetti-code

Last synced: about 2 months ago
JSON representation

Digital assistant for working hard on PCGW.

Awesome Lists containing this project

README

          



PCGW Crawler




[Made in VS Code]
˙

[License MIT]





[CI status]
˙

[Last Commit]

---

> A [Node.js](https://nodejs.org/en/) script, intended as an assistant for creating new and correcting old pages on the [PC Gaming Wiki](https://pcgamingwiki.com) (PCGW in short) by *automatic gathering information* from official [Steam](https://store.steampowered.com/?l=en) (others websites are in the plans too) [Web API](https://steamcommunity.com/dev?l=en) and *generating pages* on it's own with skipping fields that intended to manual fill.

## Table of Contents

- [Table of Contents](#table-of-contents)
- [How to run](#how-to-run)
- [For contributors](#for-contributors)

## 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](./.github/DOWNLOAD.md) 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](./.github/CONTRIBUTING.md)
1. [ToDo list](./.github/TODO.md)
1. [Download](./.github/DOWNLOAD.md)

---