Skip to content

Currently scraping profiles with (almost) all the different nuts and bolts that people on LinkedIn have on their profiles.

Notifications You must be signed in to change notification settings

Eaglesight02/scrape-linkedIn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrape-linkedIn

Currently ccraping profiles with (almost) all the different nuts and bolts that people on LinkedIn have on their profiles.


Requirements:


There is a setup.sh script for ubuntu-based systems, run it using:

cd <navigate_to_your_required_directory>
source setup.sh

The commands used in setup.sh are given below with explanations:

It's better to use a virtual environment to manage the installs

Creating a virtual environment in linux:

python -m venv "linkedin_scraper"

Activate the venv:

source <path_to_venv_folder>/bin/activate

Upgrade pip:

pip install --upgrade pip

Download the required version of selenium:

pip install -q selenium==4.21.0

Download dotenv(to load .env files):

pip install -q python-dotenv

Download required version of google-generativeai

pip install -q google-generativeai==0.5.4

Upgrade apt (in case of ubuntu):

sudo apt update

Download chromium-chromedriver for linux:

sudo apt install -yq chromium-chromedriver

About

Currently scraping profiles with (almost) all the different nuts and bolts that people on LinkedIn have on their profiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published