dimitrikarpov / vgmuseum-grabber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VGMUSEUM grabber

Grab images from VGMUSEUM

Requirements

  • php 7.2
  • curl php extension
  • sqlite php extension

Installation

  • clone this repository and cd in to it
  • copy environment file cp .env.example .env
  • create db file touch database/database.sqlite
  • install composer dependencies composer install
  • seed the db php artisan migrate:fresh --seed

Usage

  • run php artisan grab nes --links to grab nes games images. also it can accept zx, snes, smd
  • run php artisan export to create export.json file which contains game names, image paths organized by platform

images directory: storage/app/images and json file in storage/app/games.json

About


Languages

Language:PHP 96.5%Language:HTML 2.9%Language:Vue 0.6%