Giter Site home page Giter Site logo

linky's Introduction

Linky

Release Software License GitHub issues

Yet another LinkedIn Scraper...

Linky is a another LinkedIn scraper. Inspired by vysecurity and his LinkedInt project.

Currently, this method of extracting data from LinkedIn is limited to 1000 users at a time. So, Linky's HTML output has a small table at the bottom of the page which calculates the top 5 most common occupations that occur. This way, if the company has a weird naming scheme for devs, then Linky should be able to spot it and report it back. With these new found data points, the --keywords flag can be used to attempt to filter the output.

I will open to issues for the new features I'm working on implementing:

  1. Bypassing the 1000 limit

  2. Additional mode to read and extract technical details from users LinkedIn bios


Installing

pip3 -r install requirements.txt

Help Page


 ▄█        ▄█  ███▄▄▄▄      ▄█   ▄█▄ ▄██   ▄   
███       ███  ███▀▀▀██▄   ███ ▄███▀ ███   ██▄ 
███       ███▌ ███   ███   ███▐██▀   ███▄▄▄███ 
███       ███▌ ███   ███  ▄█████▀    ▀▀▀▀▀▀███ 
███       ███▌ ███   ███ ▀▀█████▄    ▄██   ███ 
███       ███  ███   ███   ███▐██▄   ███   ███ 
███▌    ▄ ███  ███   ███   ███ ▀███▄ ███   ███  @mez0cc
█████▄▄██ █▀    ▀█   █▀    ███   ▀█▀  ▀█████▀   0.1
▀                          ▀                   
	<<<Yet another LinkedIn scraper>>>

usage: linky.py [-h] -c  [-i] [-k] [-d] [-o] [-f]

Yet another LinkedIn scraper.

optional arguments:
  -h, --help          show this help message and exit
  -c , --cookie       Cookie to authenticate to LinkedIn with [li_at]
  -i , --company-id   Company ID number
  -k , --keyword      Keyword for searches
  -d , --domain       Company domain name
  -o , --output       File to output to: Writes CSV, JSON and HTML.
  -f , --format       Format for email addresses

Usage

When working with cookies, Linky accepts both file and string:

--cookie cookie.txt OR --cookie alongcookiestring

Get Employees

python3 --cookie cookie.txt --company-id 1441 --domain google.com --output google_employees --format 'firstname.surname'

Get Employees with keyword

python3 --cookie cookie.txt --company-id 1441 --domain google.com --output google_employees --format 'firstname.surname' --keyword developer

Supported email formats

Currently, there is no support for middle names but its on the to-do list. Here are the current naming schemes:

firstname.surname
f.surname
firstnamesurname
fsurname
surname.firstname
s.firstname
surnamefirstname
sfirstname

They can all be referenced in --format, E.G:

f.surname: --format f.surname

linky's People

Stargazers

 avatar

Watchers

 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.