What is the best python library to use for web crawling | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What is the best python library to use for web crawling

Web Scraping, am using urllib module and re module for scraping but always getting one error or the other, Http error or decode error or request error.

20th Apr 2019, 12:25 AM
Emeto Uzoma Winner
Emeto Uzoma Winner - avatar
1 ответ
0
try requests and beautiful soup.
20th Apr 2019, 12:45 AM
Jim