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.sh
python -m venv "linkedin_scraper"
source <path_to_venv_folder>/bin/activate
pip install --upgrade pip
pip install -q selenium==4.21.0
pip install -q python-dotenv
pip install -q google-generativeai==0.5.4
sudo apt update
sudo apt install -yq chromium-chromedriver