Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 753 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 753 Bytes

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