Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devcom-iitb/web-scrapper-orientation
https://github.com/devcom-iitb/web-scrapper-orientation
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devcom-iitb/web-scrapper-orientation
- Owner: DevCom-IITB
- Created: 2024-10-26T19:03:15.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T07:00:52.000Z (2 months ago)
- Last Synced: 2024-11-26T17:33:46.050Z (about 1 month ago)
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkedIn Web Scrapper
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!