sm9sh / imdb-parser
Simple parser for free IMDB datasets to mysql database
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0
- ext-curl: *
- ext-zlib: *
- doctrine/dbal: ^2.13
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:
-
Copy repository:
git clone https://github.com/sm9sh/imdb-parser
-
Enter to dir:
cd imdb-parser
-
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