Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warmpath banner

Warmpath

Find LinkedIn mutuals and warm paths using your logged-in LinkedIn cookies.

Setup

  1. Install Get cookies.txt LOCALLY.
  2. Log in to LinkedIn in Chrome.
  3. Use the extension to export cookies for linkedin.com in Netscape cookies.txt format.
  4. Create ~/.config/warmpath/linkedin.cookies and paste the full export there:
~/.config/warmpath/linkedin.cookies

Warmpath needs the li_at and JSESSIONID cookies. Keep this file private; it lives outside the repository.

Development

go-task is required to run the repository checks. Install it with Homebrew on macOS:

brew install go-task

For other platforms, follow the go-task installation guide. Verify that the task command is available before running any checks:

task --version

Then install the Python development dependencies and run the full check suite:

uv sync
task check

Usage

Company

Who can introduce me into this company?

uvx warmpath company HashiCorp

Skill

Which reachable people match this recruiting need?

uvx warmpath skill Flutter

Human

Can I reach this exact person, and through whom?

uvx warmpath human https://www.linkedin.com/in/mitchellh/

More Examples

uvx warmpath company "HashiCorp" --max-degree 2 --limit 5
uvx warmpath company https://www.linkedin.com/company/hashicorp/ --cookie-file ~/.config/warmpath/linkedin.cookies
uvx warmpath skill Leadership --max-depth 2
uvx warmpath human https://www.linkedin.com/in/mitchellh/ --refresh-cache
uvx warmpath company --help
uvx warmpath skill --help
uvx warmpath human --help

About

LinkedIn warm introductions

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages