Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devcom-iitb/web-scrapper-orientation


https://github.com/devcom-iitb/web-scrapper-orientation

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# LinkedIn Web Scrapper

DevCom-logo

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

## Instructions

- Clone the [linkedinScrapper](https://github.com/DevCom-IITB/web-scrapper-orientation.git) 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!