how to get data in web to text file

yimchiwai1983

Beta member
Messages
4
Location
Hong Kong
for example:
below address: https://cplus.hit.com.hk/enquiry/vesselScheduleEntryAction.do

I have 10 vessel want to know the schedule and input the time to text file ,how to start...

thanks brother
 
Last edited by a moderator:
What programming language(s) are you comfortable in?

Didn't visit the link as I'm at work - but if the data is coming back on the page, then you'd just need to issue an HTTP request in whatever language you know, and then parse the results into some data object, and then output that to whatever format you wanted.
 
idk i am no expert myself.


seems to me if you input one vessel, you can look at the get method and requests in any web browser, press f12 and go to network tab in firefox.
 
Back
Top Bottom