AkashBhuiyan / Linkedin-Crawler-Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 100.0%