Crawl marine websites to scrape vessel information, including IMO Code, MMSI, Vessel Name, Flag Code and Vessel Type
Run the following command in your htdocs directory:
git clone https://github.com/djandyr/vessel-scraper.git
Composer will need to be installed, download from https://getcomposer.org/download/
php composer.phar install
php console.php scrape:vessels
A vessel.csv
will be created in the root directory.