GitXplorerGitXplorer
t

ship-scraper

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
6170c10216e8fab00455cb52a62ae6bc9015542d

Add another name replacement

tthomasleese committed 9 years ago
Unverified
7b1eb3faf8728f6358eaee37fcfa8ddfd7c5907f

Add another name replacement

tthomasleese committed 9 years ago
Unverified
51522b68b55a0a5a8a879ef6592960b3d8a465bb

Add status raise

tthomasleese committed 9 years ago
Unverified
974e2312a0814a8cb5d2baefb9055614500f7e46

Add more name replacements

tthomasleese committed 9 years ago
Unverified
09efc76f2a59e180df24db64246153e85b2d7334

Add progress bar

tthomasleese committed 9 years ago
Unverified
f451e359236f5a0fe0f7be8159b9a429747c2f2b

Add name replacement

tthomasleese committed 9 years ago

README

The README file for this repository.

Ship Scraper

A Python tool to scrape ship information.

Instructions

This tool accepts a CSV file containing a list of ships include their MMSI, IMO and name (in that order).

$ pyvenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python scraper.py input.csv output.csv

The resulting output file will include the ship MMSI, IMO, Name, VesselFinder Name, Gross Tonnage and Net Tonnage.