How to interactively querry a web site using Matlab

조회 수: 1 (최근 30일)
Stephen Forczyk
Stephen Forczyk 2021년 2월 24일
댓글: Rik 2021년 2월 24일
I would like to querry a website interactively using Matlab. Specifically I would link to poll a website serval times a day to see if a Covid 19 vacination appoint ment is available. The website in question is https://www.alcovidvaccine.gov/
The site asks what I want to do-I need to push a button to select schedule a vacination,that takes make to a page where I say whether it is a first or a second dose. If it is a first dose a pull down list box will appear asking which county. Once that is complete it will tell me that county is not currently making appointments (the response 99.95% of the time) or will show me a form to schedule an appointment. All I want the script to do is poll this site several times a day and issue some sort of notice that apppointments are available. Sending me an email would be good.
  댓글 수: 1
Rik
Rik 2021년 2월 24일
Interactivity is always difficult.
What you need to do is replicate the exact query that results in the response you're interested in. Once you are on https://govstatus.egov.com/vaccine-eligibility-form the trail gets colder, as the menu options trigger Javascript, which I don't understand well enough to be able to help you.
You can either dig around in the Javascript until you find something, or create an autoclicker.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by