GitXplorerGitXplorer
t

ship-scraper

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
b70f3944a5866d10ab41ccc1098dc373f5947bca

Fix name replacement

tthomasleese committed 9 years ago
Unverified
55c7302c0e48ced274a810a537246a4e1cb0491b

Fix name replacement

tthomasleese committed 9 years ago
Unverified
07ba46d3fd2aa9152b750722649771fb0a74a15d

Update the instructions

tthomasleese committed 9 years ago
Unverified
aaa3e24cb4aabc35c3e4f592ea9070abc6b17838

Add another name replacement

tthomasleese committed 9 years ago
Unverified
01c59b9ca523b07988fa18c9f90eca5f48a97c15

Add another name replacement

tthomasleese committed 9 years ago
Unverified
7ea4279ab5df3e6d946c3aab4b22f03287c3961f

Add LICENSE

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.