Web Scraping with QWebView?
-
wrote on 13 May 2017, 12:54 last edited by
I 'm trying to do web Scraping (=get data from a web page) using QWebView.
Is this the right way to go or maybe I 'd better use something else? -
I 'm trying to do web Scraping (=get data from a web page) using QWebView.
Is this the right way to go or maybe I 'd better use something else?@Panoss
Hi
I would try python.
So many have done it that it was just copy & paste for me and it was working
https://www.analyticsvidhya.com/blog/2015/10/beginner-guide-web-scraping-beautiful-soup-python/
http://python-guide-pt-br.readthedocs.io/en/latest/scenarios/scrape/
(just examples. been while)But ofc it depends on what the project really is.
-
wrote on 13 May 2017, 13:05 last edited by Panoss
I had already done it in python, but I thought of making it in Qt c++ for a more 'professional' result.
But I 'll follow your suggestion, I 'll continue in python, thanks! -
I had already done it in python, but I thought of making it in Qt c++ for a more 'professional' result.
But I 'll follow your suggestion, I 'll continue in python, thanks!@Panoss
:)
Well normally it would be for performance reasons to use c++ but unless you use c++ lib for
Scraping , i would say python wins for fast get up and running.
1/4