Skip to content

JayLSU/python_web_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This is a web crawler to dig Wikipedia!

The web crawler is written in python and is a case study project in Udacity Introduction to Python Programming

The crawler starts with a random Wikipedia page and always dig the first link in the main content! The stop conditions are:

  • Arrive at the Wikipedia page for Philosophy.
  • Arrive a page without any link.
  • Arrive a page that has been searched for the current run. (That is in a cycle search. a -> b -> c -> a)
  • Search more than 25 links.

Enjoy crawling!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages