rizwanhaidar / Linkedin-Scrapper

A Python Script to scrape "Names" and "Email id" from linkedin posts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linkedin-Scrapper

This Python Script can scrape "Names" and "Email id" from linkedin posts.

How to use?

  1. First of all import all the mentioned libraries by typing the following commands in the cmd window:(here i am assuming that lates version of python is installed in your device)
pip install selenium
pip install itertools
  1. Once you are done with all the libraries, Download the "linkedin scrapper.py" file and open it in any of the python IDE(Spyder, Jupyter Notebook, Idle...)

  2. Now simply Run the file and fill all the required details.

    Once this scrpit gets over, it will create a new file on the Desktop named data.csv which will be having all the Names and Email id.

Disclaimer

This project is only for Eductional Purposes and the misuse of the information in this project can result in criminal charges brought against the persons in question. I am in no way responsible for the misuse of the information.

About

A Python Script to scrape "Names" and "Email id" from linkedin posts

License:MIT License


Languages

Language:Python 100.0%