steampipe-plugin-linkedin

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

README

image

LinkedIn Plugin for Steampipe

Use SQL to query profiles, companies, connections & more from LinkedIn.

Quick start

Install the plugin with Steampipe:

steampipe plugin install linkedin

Configure your token (from browser cookies) in ~/.steampipe/config/linkedin.spc:

connection "linkedin" {
  plugin  = "linkedin"
  // Set to value of the `li_at` cookie from a logged in LinkedIn browser session
  token   = "BQEDBQBCO8wBpUgWBBBBhhBtNDUBBBFFNDm4NU4BzcB32MRFFNDdx9md-Qk9_IFs6Lo4z8gTYb5HqUC5h-OjVDM22UiRUgjYX7CrYZw_IMIg6qUICOqqeCzjnb1tqIBIi7_HTZ3z2g_jq3JEqNjzqL7g"
}

Run steampipe:

steampipe query

Run a query:

select
  id,
  title,
  headline
from
  linkedin_company_employee
where
  company_id = 7599466
  and query = 'dave';
+----------+--------------+----------+
| id       | title        | headline |
+----------+--------------+----------+
| 13016000 | David Jones  | CTO      |
|  4819034 | Dave Beecham | Engineer |
+----------+--------------+----------+

Developing

Prerequisites:

Clone:

git clone https://github.com/turbot/steampipe-plugin-linkedin.git
cd steampipe-plugin-linkedin

Build, which automatically installs the new version to your ~/.steampipe/plugins directory:

make

Configure the plugin:

cp config/* ~/.steampipe/config
vi ~/.steampipe/config/linkedin.spc

Try it!

steampipe query
> .inspect linkedin

Further reading:

Contributing

Please see the contribution guidelines and our code of conduct. All contributions are subject to the Apache 2.0 open source license.

help wanted issues:

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL