This is a robot that downloads all the covers of an Xbox 360 game available at http://xboxunity.net by the titleID of the game.
- Node.js - A JavaScript Interpreter
- TypeScript - A Superset for JavaScript
- Puppeteer - A library which provides a high-level API to control Chrome or Chromium over the DevTools Protocol
-
- A Chromium based browser Like -> Chromium or Google Chrome
- Clone this repo with:
$ git clone https://github.com/matheus2x/xbunity-covercatcher.git
- Move yourself to the appropriate directory:
$ cd xbunity-covercatcher
- Run
$ npm run install
or$ yarn
to install dependencies
- Go to
titlesID.json
located at./src/data/titlesID.json
:
📂src
┣ 📂@types
┣ 📂covers
┣ 📂data
┃ ┗ 📜titlesID.json
┣ 📂userPreferences
┗ 📜index.ts
- In
titlesID.json
change the array with the TitlesID of the games you want to download the cover (if you dont change, by default, it will download covers for some LEGO games) - Run
$ npm run start
or$ yarn start