Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasleese/ship-scraper
A Python tool to scrape ship information.
https://github.com/thomasleese/ship-scraper
Last synced: about 6 hours ago
JSON representation
A Python tool to scrape ship information.
- Host: GitHub
- URL: https://github.com/thomasleese/ship-scraper
- Owner: thomasleese
- License: mit
- Created: 2015-12-20T12:05:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T22:06:20.000Z (almost 9 years ago)
- Last Synced: 2023-08-04T00:51:55.968Z (over 1 year ago)
- Language: Python
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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.csvThe resulting output file will include the ship MMSI, IMO, Name, VesselFinder Name, Gross Tonnage and Net Tonnage.