Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Web Scraping with QWebView?
QtWS25 Last Chance

Web Scraping with QWebView?

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 3.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Panoss
    wrote on last edited by
    #1

    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?

    mrjjM 1 Reply Last reply
    0
    • P Panoss

      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?

      mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      @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.

      1 Reply Last reply
      0
      • P Offline
        P Offline
        Panoss
        wrote on last edited by Panoss
        #3

        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!

        mrjjM 1 Reply Last reply
        0
        • P 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!

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @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 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved