Skip to content

v1k7-992/simplepythonwebcrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple python webcrawler

A simple webcrawler written in python

Requirements

To run the crawler, you need to install networkx library for graph data structrure support. Do that by opening up the terminal and typing:

pip install networkx

Usage

To run it, type this in the terminal:

python main.py <the_targeted_url>

In the output.txt file you will get a list of all found website uri's found

About

A simple webcrawler written in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages