Skip to content

vishalsodani/50Apps-WebCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

App Category: Networking 

DB: None 

Simple part: 

Create a web crawler app in python which, given a url seed, can crawl 

through all links on the page and scan deep for a given level of 

depth. While crawling the app should be able to return the url page 

containing a specific search text. 

Input: 

1 - Url seed e.g. www.hackernews.com 

2 - Depth e.g. 5 (this means go into links on a page till 5 levels) 

3 - search text e.g. "python" 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages