Python web crawler

Опубликовано: 31 Май 2026
на канале: Jimut Pal
157
3

This is a python3 script which crawls through the whole of internet as long as valid http/https links are found. It uses python3 beautiful soup 4 module along with urllib parser and sqlite3. I have used db browser for sqlite3 to browse the database.

The github link to this crawller is :
https://github.com/Jimut123/WEB-CRAWLLER


The link to the research paper of Larry Page :
http://infolab.stanford.edu/~backrub/...

Special thanks to Dr. Chuck of Coursera to make such a wonderful course which have helped me to build this crawler.