Coder Social home page Coder Social logo

nqntnqnqmb's Introduction

Nqntnqnqmb

PyPI PyPI - Week PyPI - Downloads PyPI - License

For BTC Donations : 1FHDM49QfZX6pJmhjLE5tB2K6CaTLMZpXZ

Educational purposes only

Allows you to retrieve information on linkedin profiles, companies on linkedin and search on linkedin companies/persons

Project example : Nqntnqnqmb maltego

Demo

hammer_and_wrench Installation

With PyPI

pip3 install nqntnqnqmb

With Github

git clone https://github.com/megadose/nqntnqnqmb.git
cd nqntnqnqmb/
python3 setup.py install

Usage of nqntnqnqmb.py

You just have to put the li_at and JSESSIONID cookies in the config.json file. If you want to do automatic account rotations, simply add the cookies like this

[{
  "li_at": "1st account",
  "JSESSIONID": "1st account"
},
{
  "li_at": "2nd account",
  "JSESSIONID": "2nd account"
}]
usage: nqntnqnqmb.py [-h] --mode MODE [--company COMPANY] [--profile PROFILE]
                     [--searchCompany SEARCHCOMPANY]
                     [--searchProfile SEARCHPROFILE] --output OUTPUT

optional arguments:
  -h, --help            show this help message and exit
  --mode MODE           There are different modes: getEmployees to get all
                        employees of a company, getProfileInformations to get
                        all informations on a profile, searchCompany to search
                        a company from the name of the company , searchProfile
                        to search a profile from a name
  --company COMPANY     Url of the company for get all employes (getEmployees)
  --profile PROFILE     Url of the profile for get all informations
                        (getProfileInformations)
  --searchCompany SEARCHCOMPANY
                        The name of the target company (searchCompany)
  --searchProfile SEARCHPROFILE
                        The name of the target (searchProfile)
  --output OUTPUT       Name of the csv output file

Usage of nqntnqnqmb with python:

from nqntnqnqmb import *
getCompanyFromName(company,JSESSIONID,li_at)#Search company on linkedin from name
getProfileFromName(search_string,JSESSIONID,li_at)#Search linkedin profile from name (Simple Usage)
getProfileFromName(search_string,JSESSIONID,li_at,pages_to_scrape=5,results_per_page=20)#Search linkedin profile from name (Advanced Usage)
getCompanyFromProfile(profile_url,JSESSIONID,li_at)#Extract linkedin company from a profile
getAllEmployees(company,JSESSIONID,li_at)#Get all employees of a company from the linkedin company url
getContactInformations(profile_url,JSESSIONID,li_at)#Extract contact informations from a profiles like the email, phone number and more

Thank To :

nqntnqnqmb's People

Contributors

megadose 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.