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

https://github.com/akashbhuiyan/linkedin-crawler-bot


https://github.com/akashbhuiyan/linkedin-crawler-bot

linkedin-bot linkedin-crawler linkedin-crawler-bot

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Linkedin Crawler Bot

Here I am sharing a small portion of the Bot from my project.

#### Installation :

> pip install selenium

> pip install parsel

#### Web driver download :
> https://chromedriver.chromium.org/downloads

download the chromdriver for selenium based on your pc browser version and changed the directory in line number 71.

#### Setting :
Make sure about the linkedin account credentials in line number 74 and 75.

Note : the bot will collect the data through this account.

In line number 86 you need to provide a linkedin account profile link which you want to crawl.

#### Result :

![Image description](https://github.com/AkashBhuiyan/Linkedin-Crawler-Bot/blob/master/result.png?raw=true)