Mar 26, 2018
0
Level 1
Parsing, analyzing the content of web pages
Hi guys I have to analyze the content of some pages (mainly news web pages) the idea is to retrieve the news and if I click the script should visit the page and retrieve the text of the "news" and highlight some words that I've previously set as important.
I had done something similar with Python and BeautifulSoup but with PHP and Laravel I'm not sure which way I can take.
I do not need anything with high performance I will be the only one to use the system so it does not have to be some sort of mini Google.
Any advice?
Please or to participate in this conversation.