Currently ccraping profiles with (almost) all the different nuts and bolts that people on LinkedIn have on their profiles.
- Python(<=3.12.3)
- pip (package installer for Python)(>=24.0)
- Selenium Python webdriver(Python client, version = 4.21.0)
- google-generativeai SDK for Python(0.5.4)
cd <navigate_to_your_required_directory>source setup.shpython -m venv "linkedin_scraper"source <path_to_venv_folder>/bin/activatepip install --upgrade pippip install -q selenium==4.21.0pip install -q python-dotenvpip install -q google-generativeai==0.5.4sudo apt updatesudo apt install -yq chromium-chromedriver