From 62d3f5f4c89f8e568b84e18dc3ede94d2d39758c Mon Sep 17 00:00:00 2001 From: Sakthi Murugan C <168261877+Sakth1@users.noreply.github.com> Date: Mon, 12 Jan 2026 12:43:05 +0530 Subject: [PATCH] Add Beautiful Soup to web crawling libraries list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81d45f1bd..0af91ef59 100644 --- a/README.md +++ b/README.md @@ -1125,6 +1125,7 @@ _Libraries for extracting web contents._ _Libraries to automate web scraping._ +- [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) - A Python library used to parse and automate data extraction from HTML and XML documents for web scraping. - [feedparser](https://github.com/kurtmckee/feedparser) - Universal feed parser. - [grab](https://github.com/lorien/grab) - Site scraping framework. - [mechanicalsoup](https://github.com/MechanicalSoup/MechanicalSoup) - A Python library for automating interaction with websites.