Skip to content

ArchyArch/python-webcrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Web Crawler

A Web Crawler is an Internet bot which helps in Web indexing.

Summary

It crawls one page at a time through a website until all pages have been indexed and creates a map of the domain he is on. The mapping contain all the accessible pages within that domain. Web Crawler helps in collecting information about a website and the links related to them, and also helps in validating the HTML code and hyperlinks. A Web Crawler is also known as a Web Spider, automatic indexer or simply crawler.

Requirements

  • Python 3.6.4
  • BeautifulSoup 4
  • requests library

Status

This is a small script which is ready-to-run, but still under development.

Usage

As mentioned, it is a ready-to-run script. You only need to download it and put the web url that you want to start crawling from in a place of website_address while running it.

python WebCrawler.py website_address

example: python WebCrawler.py http://localhost:8000/

About

My Web Crawler is an Internet bot which helps in Web indexing.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages