personalgh / ship_crawler

a ship crawler on www.shipspotting.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ship_crawler

download sorted pictures form www.shipspotting.com

main file(the only one needed): shipspotting.py

you may need to alter:

  • the category number("cate_num")
  • the pic number for different category("num_part54")
  • the title of each category("title")

if they changed
they can be rematched by the code with #
you need to change the first range(), to which category in order is about to download, use "range(len(cate_num))" for all
change "num_mark" to where you last stopped

About

a ship crawler on www.shipspotting.com


Languages

Language:Python 100.0%