Skip to content

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

Notifications You must be signed in to change notification settings

bshubham5359/Naukri-Web-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

WordCloud

A little word cloud generator

pip install wordcloud

BeautifulSoup

Beautiful Soup is a library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree.

pip install beautifulsoup4

Webdriver Manager

Library provides the way to automatically manage drivers for different browsers.

pip install webdriver-manager

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published