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.pyfile and replace username with your username or email address and replace password with your linkedin password. - Run 
linkedinScrapping.pyUsing the terminal. 
python linkedinScrapping.py
- Now you are good to go!
 
