Skip to content

Webscraper employing selenium and chromedriver that returns info on a person using google

Notifications You must be signed in to change notification settings

monishprojs/personInfoScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

personInfoScraper

What this does:

  • Returns info on a person using google to scrape the web
  • To change the person being searched, chnage the person variable at the start

Few guidelines to use this:

  • Install chromedriver, and insert it's location on your computer into PATH
  • WebDriver.Wait is used to ensure that the item we are looking for on the HTML has loaded before we try to access it
  • Time.sleep is used purely for aesthetic purposes of being able to see the pages load, if you want to achieve a faster run time feel free to remove it from the code

About

Webscraper employing selenium and chromedriver that returns info on a person using google

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages