sm9sh/imdb-parser

Simple parser for free IMDB datasets to mysql database

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/sm9sh/imdb-parser

v1.0.3 2022-02-17 13:18 UTC

This package is auto-updated.

Last update: 2025-09-18 23:09:24 UTC


README

Simple parser for free IMDB datasets (https://datasets.imdbws.com/) to mysql database

Before installing you must create mysql database.

Install via composer:

  • Run composer create-project sm9sh/imdb-parser

Install from github:

  1. Copy repository:

    git clone https://github.com/sm9sh/imdb-parser

  2. Enter to dir:

    cd imdb-parser

  3. Run to install dependencies

    composer update

Next steps:

  • Setup your database and working dir in config.php

  • Run to parse

    php run.php -a

Command arguments:

-d : Download
-u : Unzip
-p : Parse
-t : Truncate table
-a : All proceeds