Naukri Web Scraping is the project based on scraping jobs post related to any domains and their details. It also analyse scraped data.
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
A little word cloud generator
pip install wordcloud
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
Library provides the way to automatically manage drivers for different browsers.
pip install webdriver-manager