Skip to content

willburr/web-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very Simple Web Crawler

A very simple web crawler. Built using Python 3.7.

Usage

Upon cloning this project it is possible to run the web crawler instantly using:

python3 src/webcrawler.py 'http://www.your-url.com'

Options

webcrawler provides the following options which are not required:

  • -l --limit: the maximum number of URLs to display
  • -ua --user-agents: strings to use as User-Agent header in request

About

A very simple web crawler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages