GitXplorerGitXplorer
t

ship-scraper

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
e8122e6fd11d614cd8a55fc71e41123019f3f127

Add error checking

tthomasleese committed 9 years ago
Unverified
84c0dff601173d48093ea1f5a9976a9ac9e616b5

Don't cache ship information

tthomasleese committed 9 years ago
Unverified
3732d7fed31ba8f52cf258720800050b9a4f5ef5

Reduce cache saving amounts

tthomasleese committed 9 years ago
Unverified
47da12a66b752219bd4fa05264010304d762a956

Improve rate limiting

tthomasleese committed 9 years ago
Unverified
21fe90e888c625ebec383eb670c60f059c43eb10

Speed up cache loading

tthomasleese committed 9 years ago
Unverified
9cd4dc903180b799d358160b47caee61eb49c1cc

Add another 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.