Skip to content

DevCom-IITB/web-scrapper-orientation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Web Scrapper

DevCom-logo

Repository to scrape name and profile URL of our connections on LinkedIn.

Instructions

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages