Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 763 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 763 Bytes

Naukri-Web-Scraping

Naukri Web Scraping is the project based on scraping jobs post related to any domains and their details. It also analyse scraped data.

Installation

Selenium

Selenium package is used to automate web browser interaction from Python. Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer), as well as the Remote protocol.

Use the package manager pip to install selenium.

pip install selenium

ChromeDriver

WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more.

To Download ChromeDriver.