Repository to scrape name and profile URL of our connections on LinkedIn.
- Clone the linkedinScrapper repository to your desired location.
git clone https://github.com/DevCom-IITB/web-scrapper-orientation.git
- Create virtual environment and install the required dependencies using
pip
.
python -m venv venv
pip install -r requirements.txt
- Open the
linkedinScrapping.py
file and replace username with your username or email address and replace password with your linkedin password. - Run
linkedinScrapping.py
Using the terminal.
python linkedinScrapping.py
- Now you are good to go!