开发者

How do I extract data from a calendar on a website using php?

The website is Confluence. It has many things on the website one being a calendar. The calendar has events and such and I would like to extract those events and dates so that I can read the text I obtain to a user through with computer voice reading. Below is a picture of the whole thing.

If anyone is aware of Twilio I am trying to get callers to obtain information from t开发者_StackOverflow社区he calendar.

How do I extract data from a calendar on a website using php?


I would use CURL in PHP to read in the HTML page and parse it using a HTML parser. But I would imagine the calendar you are referring to uses AJAX to fetch some elements in which case you can't do much scrapping. Look for an RSS or XML feed for the calendar.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜