Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Internal web scraper library

Is there a python web scraper library that isn’t a user-made or external library

I’ve found beautifulsoup, selenium, and requests as user-made libraries for python web scraping

before I start working on this I would just like to know if I do not need to install a different library

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

There is no web scraper library in the Python standard library.

There are http.client and html and other modules, which could be building blocks for a web scraping library… but at that point you’re just doing by hand what Beautiful Soup and Requests do, so there’s no point, really.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading