Skip to content

meidix/Web-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Web-Crawler

a university project which downloads all the links in the given web page upto depth=3. written all in python3. the following modules are needed for your python interpreter to interpret the source code. 1.algorithms 2.BeautifulSoup4

the following commands can be used to install the needed modules:

pip/pip3 install algorithms pip/pip3 install bs4

About

a university project which downloads all the links in the given web page upto depth=3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors