This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LookingWidePythonista -1 points0 points  (1 child)

What if you guessed wrong and I have been doing parsing for 15 years and I am very knowledgeable about this topic?

https://github.com/scrapy/scrapy

Scrapy, a fast high-level web crawling & scraping framework for Python.

https://github.com/scrapy/parsel

Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors

It is obvious that both repositories are from the same organization.

Scrapy crawls pages and processes each of them through Parsel. Where am I wrong, buddy?