Skip to content

Viincentt/linkiboost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linkiboost

Wanna be nice and corporate? Endorse your teammates!

This script leverages the power of automation by endorsing the highlighted skills on Linkedin of your teammates, family members, friends...

It will only endorse the skills that have not been endorsed yet. Those previously approved will remain still.

NOTE: you can hide people who endorsed you directly on Linkedin if you don't want them to support you.

Requirements

  • Internet connexion (increase delay in script if your connexion is slow)
  • Linkedin account
  • Chrome driver
    • MacOS:
    brew cask install chromedriver

Installation

  • Fill your credentials in the json config template
    • Linkedin username and password
    • Path to the Chrome driver installed above (MacOS: /usr/local/bin/chromedriver)
    • List of person(s) to endorse
  • Venv
    python3 -m venv myenv
    source myenv/bin/activate
    pip install -r requirements.txt

Execution

python main.py config.json

TODO

  • Find a consistent way to load skills
  • Send invitation when not connected
  • Select level and origin of skills
  • Upgrade to non developer users
  • Add tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages