Fetch and display web page data #1521
Replies: 3 comments 2 replies
-
It's hard to do something generically, given how variable websites can be to parse. However, this is possible via |
Beta Was this translation helpful? Give feedback.
-
That sounds like a pretty reasonable addition and would be a cool module to have. Pull requests always welcome! |
Beta Was this translation helpful? Give feedback.
-
I started to work on seemingly unrelated widget (#1578), but with this one I brought https://github.com/gocolly/colly dependency, which is essentially a web scraping solution. I can see that a generic-purpose widget could be implemented to use website url and element selector to fetch and display it's text content. The execution will depend on myriad factors (like is it static page or SPA, is there auth, is there bot detection), but it should work at least in some cases. |
Beta Was this translation helpful? Give feedback.
-
Hi,
One important addition to the dashboard would be to fetch data from a webpage.
It would help us to see portions of the pages we are interested in - no of tickets, available agents etc. and help us embed the utility further into our daily workflows.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions