Web Scraper - Lori

A python script to scrap vessel data from https://www.myshiptracking.com into a .csv file.

Installation

Requirements:

  • Python 3
  • pip
  • virtualenv

Run application on Local

  1. clone the repo $ git@github.com:Awesome94/myshipscraper.git.

    • cd myshipscraper/
  2. Create and activate virtual enviroment.

  3. Install requirements

    • $ pip install -r requirements.txt.
  4. Run script.

    • $ python myshiptracking.py

PS: A csv File will be created in the same directory as the script under the name vessel_data.csv