开发者

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

开发者 https://www.devze.com 2023-03-07 15:37 出处:网络
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 obt

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

精彩评论

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

关注公众号