Giter Club home page Giter Club logo

linkedin-comments-scraper's Introduction

LinkedIn Comments Scraper

Updates ๐Ÿš€

  • Fix utf-8 encoding error
  • Shift configuration from Config.py to config.json
  • Add support for profile pictures of commentors
  • Add support for pulling images in comment section
  • Add headless support
  • Chrome extension

Brief Overview

If you have used LinkedIn, you must have encountered many posts regarding helpful resources, and they would ask email address,to which replies in comments are usually like

Interested!
<email-address>

I don't like this thing, like you can already share link in the post itself ๐Ÿ˜ . Nevertheless, I thought to automate this work of collecting all emails.
All the comments, with columns of

  • Name of the person commented
  • Designation of the person
  • Profile Picture URL
  • Email address (if present in comment)
  • Comment (UTF-8 encoded)

are stored in a csv.

Requirements

Install the dependencies:

pip install -r requirements.txt

Usage

  • In config.json, enter the required url of LinkedIn Post in post_url variable:
post_url = ""

NOTE: If you forget to enter here, it will be asked during execution of script itself.

  • You can also change csv file name (in which scraped data will be stored) and dir name (in which profile pics will be downloaded) in config.json .
  • Help:
usage: main.py [-h] [--headless] [--download-pfp]

Linkedin Scraping.

optional arguments:
  -h, --help      show this help message and exit
  --headless      Go headless browsing
  --download-pfp  Download profile pictures of commentors

NOTE: Even if the flag --download-pfp isn't provided, URLs of image would get stored in the output csv.

  • Run the script:
python main.py

Login email and password for your LinkedIn account will be asked and process would start.

Configuration

config.json contains various fields, containing information about scraping the HTML elements by name or xpath, and other metadata

Suggestions and contributio ns are alwasy welcome!:smile:

linkedin-comments-scraper's People

Contributors

gurbaaz27 avatar dmytrocrawford avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.