Parser parsing framework

If I needed to facilitate the extraction of data from various (non-API) Internet sources, is there a solution in the form of a framework that would simplify the process of creating reusable but original parsers on a large scale by developers?

+3
source share
2 answers

Pyparsing is a Python library that I thought was very useful for parsing custom domain languages.

+5
source

To scrape the screen on the screen, look no further than Beautiful Soup .

0
source

Source: https://habr.com/ru/post/1781258/


All Articles