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.
- Host: GitHub
- URL: https://github.com/gesugao-san/pcgw-crawler
- Owner: Gesugao-san
- License: mit
- Created: 2022-01-11T09:03:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:33:12.000Z (over 2 years ago)
- Last Synced: 2025-06-20T02:06:12.250Z (12 months ago)
- Topics: bad-code, bad-coding-style, crawler, javascript, js, nodejs, pcgamingwiki, pcgw, shitty, spaghetti-code
- Language: JavaScript
- Homepage: https://pcgamingwiki.com
- Size: 566 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
PCGW Crawler
---
> 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)
---