This Typescript project scrapes the GameHacking.org website for cheats and exports them to swiss-ready text based cheat files.
No bulk export option make angry
- Clone this repo
- Run
yarn
- Run `yarn dev
- Wait
-- OR --
- Have docker
- Run
docker run -it --rm --cap-add=SYS_ADMIN -v $(pwd)/downloaded:/app/downloaded ghcr.io/maxwlang/gamehacking-scraper:<release tag>
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 |