Skip to content

jankoulaga/random-web-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A random web page analysis application

Query this web service 100 times: http://www.randomwebsite.com/cgi-bin/random.pl

The response contains a short HTML document with one link inside. Query this link and store link URL, as well as the returned HTTP response codes in a suitable data structure. The application should output a list of all link URLs ordered by the first character of the domain name (ignore http:// and www prefixes) and also print the related HTTP Code, if it’s not 200.

The project does all the work using Actor system to create an Actor which gathers all the results by creating child actors which do the actual url visit.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages