Python Forum
Detect comments part using web scraping
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Detect comments part using web scraping
#4
Why do you want the comments? There's rarely anything useful in them.

And there might be a library to scrape the contents. You can brute force it by just iterating over all nodes and getting the text content, but then you'll end up with a lot of extra stuff like navigation and copyright info. Saying "it's not possible" doesn't make sense, as every search engine has been doing it for years, lol
Reply


Messages In This Thread
Detect comments part using web scraping - by seco - Jan-18-2018, 08:06 PM
RE: Detect comments part using web scraping - by nilamo - Jan-18-2018, 09:33 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Two part scraping? never5000 1 1,316 Feb-23-2022, 03:49 PM
Last Post: snippsat
  Instagram Bot _ Posting Comments kristianpython 3 3,400 May-23-2020, 12:54 PM
Last Post: kristianpython
  Post comments to Wordpress Blog SergeyLV 1 2,520 Aug-01-2019, 01:38 AM
Last Post: Larz60+
  Form add tree comments with mptt m0ntecr1st0 1 2,547 Feb-23-2019, 01:50 PM
Last Post: m0ntecr1st0
  Questions abou Web-scraping part-2 Tutorial ljmetzger 2 2,830 Mar-25-2018, 09:14 PM
Last Post: ljmetzger
  BS4 Not Able To Find Text In CSS Comments digitalmatic7 4 5,288 Feb-27-2018, 03:45 AM
Last Post: digitalmatic7
  Need comments on content/style of my first project league55 2 3,041 Jan-24-2018, 08:20 AM
Last Post: league55

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020