https://github.com/maxwlang/gamehacking-scraper
Scrapes cheats from gamehacking.org
https://github.com/maxwlang/gamehacking-scraper
nodejs puppeteer scraper scraping typescript
Last synced: about 1 month ago
JSON representation
Scrapes cheats from gamehacking.org
- Host: GitHub
- URL: https://github.com/maxwlang/gamehacking-scraper
- Owner: maxwlang
- License: mit
- Created: 2023-12-21T18:27:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T05:09:26.000Z (over 2 years ago)
- Last Synced: 2025-07-29T17:32:53.030Z (11 months ago)
- Topics: nodejs, puppeteer, scraper, scraping, typescript
- Language: TypeScript
- Homepage:
- Size: 409 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# GameHacking.org Cheat Scraper
This Typescript project scrapes the GameHacking.org website for cheats and exports them to swiss-ready text based cheat files.

## Why?
No bulk export option make angry
## How to use
1. Clone this repo
2. Run `yarn`
3. Run `yarn dev
4. Wait
-- OR --
1. Have docker
2. Run `docker run -it --rm --cap-add=SYS_ADMIN -v $(pwd)/downloaded:/app/downloaded ghcr.io/maxwlang/gamehacking-scraper:`
## Environment Variables
| Variable | Description | Default |
| ------------------------------ | ------------------------------------------------------------------ | ------------------------------------------- |
| `GH_SCRAPER_DOWNLOAD_FOLDER` | The location to place all content created by the script | `"./downloaded"` (relative, in project dir) |
| `GH_SCRAPER_IGNORE_STATE_FILE` | Whether or not to ignore the state file and re-download everything | `false` |